-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: spin
AT:
- I can use a prop(name, value) method of a Json Object for setting the property of a json object
JSON(" { } ").prop("a", "b");
JSON(" { } ").prop("a", JSON("
"));
JSON(" { } ").prop("a", JSON("[ 1, 2, 3]"));
- I can delete the property of a json object
JSON("
{\"a\": 1}").deleteProp("a");