I want to convert a JSON object (collection, array etc) to a text string which conforms to JSON notation without having to predefine the structure of the JSON to be converted.
I can’t seem to find a way to do this, am I missing something? Can anyone help?
Thanks