I'm using the JSON library that comes with the CC32XX SDK v1.50.0.6 and am curious whether there is a setting to force the JSON builder to output a minified JSON payload?
As it stands currently the Json_Build() function converts the internal JSON object to a string, however the output string contains many spaces and newlines. For the sake of reducing the memory footprint I would prefer if the JSON library built strings without any white-space characters (i.e. newline, carriage return, space). Is there any way to do this?
Thanks in advance.
--Ryan