Great work on the JSON library but feel it could benefit from a few more features as it very much is cumbersome to work with without knowing the structure of the document. One of my suggestions would be to allow for more options to be passed to the pretty print function via the use of a new function named...
Code: Select all
SetJSONOutput(#PB_JSON_INDENTLEVEL, 4) ; set's the indent level to be used on the output.
SetJSONOutput(#PB_JSON_PRESERVE_STRUCTURE, #True) ; keeps the order of the structure intact.
Kind Regards,
Nathaniel Blackburn