This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220: Simplelink SDK V1.50.0.6 JSON Parsing/Building Library

Part Number: CC3220


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