Hello, I am using your awesome library. I'm in need of organizing the document JSON to String by the order I want, so I can present with a user friendly output.
If 'Names Order' String Array is not empty, JSON Object.Flatten will interate over it with get variant attribute, getting only the avaliable attributes with those names in array.
Known bugs:
- that this change still not affect nested documents, this could be easly implemented by accepting at Names Order with dot separed for accecing sub documents. This feature is planned to be added in future, if you feel challegned