"Export" master data using Magical Record

I use Magical Record and love import features.

Is there a similar β€œexport” function that will generate JSON-compatible objects using the same field name mapping?

i.e.

If I have JSON with the "id" field, I can match it with the "objectID" field so that the import automatically creates an "objectID".

Is it possible to export an object using "objectID" and create a dictionary with the key "id".

+7
source share
1 answer

Easymapping can do this. Take it here https://github.com/lucasmedeirosleite/EasyMapping

+1
source

All Articles