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.

CC3235MODASF: Using json lib to set value to null

Part Number: CC3235MODASF

I have a template as "{\"lock\":string}".
I want to create a json like {"lock":null} not {"lock":"null"}.
How i do bu using Json_setValue()?