Add
Add value ` to JSON object for the specified property `.
Clear
Clear JSON array.
Erase
Erasing element at `` from JSON array.
Finalize
Free resources and perform other cleanup operations.
GetLastError
Returns the last error description.
GetValue
Gets value of the JSON object matching to the property `. Possibility to get value of child property by using a XPath expression (ex: JsonObject.GetValue("/bookstore/book/0/author")`).
Parse
Parses the `` string that contains a JSON object.
PushBack
Inserting value `` to JSON array.
Remove
Removes the property `` from JSON object.
Size
Returns the JSON array size.
ToString
Returns the JSON object serialized in string.