Release Summary : 1. New Features : JSON Classes Added : JsonObject Class
 
Share this page                  
JsonObject Class
The JsonObject class represents an object in JSON. It has no attributes but has the following methods:
AddMember
Adds a member (name/value pair) to the JsonObject.
Get Member
Returns the value for the member with a given name.
GetMemberNames
Returns an array containing all member names (StringObject).
NewMember
Creates a JsonValue for the given value and adds a member to the JsonObject. The type of JsonValue created depends on the value provided. Returns the new JsonValue created.
RemoveMember
Removes a member from the JsonObject.