You can also create a JsonItem by newing an object of a JsonItem's subclass as following. // public JsonString(string value); // public JsonString(char value); JsonItem item1 = new JsonString("value1" ...
AK::JsonObject key names are not escaped appropriately during serialization. No normalization is performed on the JSON key before storage, permitting key names to contain JSON format characters. While ...