[Cppcms-users] Set a null value on JSON without quotes
Brought to you by:
artyom-beilis
From: Daniel R. <dan...@li...> - 2012-10-31 01:18:11
|
Hello there ! I've need to set a null value on JSON without quotes, I've tried the following: my_object["name"] = NULL; my_object["name"] = "null"; On the first case I've got "my_object": 0 and then "my_object":"null" But I've need "my_object":null Any clue ? Daniel |