Open m1h43l opened 3 years ago
If a JSON string has a null value it will be outputted as an empty string.
{ "car" : null } will be serialized as{ "car" : "" }
{ "car" : null }
{ "car" : "" }
Unit test NOXDBUT1 test case TEST_FLAT_OBJECT. Test file: unittests/data/parser/test4-flat-object.json
If a JSON string has a null value it will be outputted as an empty string.
{ "car" : null }
will be serialized as{ "car" : "" }
Unit test NOXDBUT1 test case TEST_FLAT_OBJECT. Test file: unittests/data/parser/test4-flat-object.json