Hi,
Let's say I have the following example:
"entry": {
      "id": "1234567",
      "name": "Aryam",
      "age": 28,
      "city": "Yerevan"
}
Is there a plugin that can move the subfields from entry (id, name, age and city) to a top level? I know you can rename them, but it will be a very complicated task if entry contains even more fields inside.
Thanks