cJsonObject¶
Include: Use System\Json.pkg
cJsonObject represents a JSON value. Use it to parse JSON text, inspect object members, build objects and arrays, stringify data, and convert between JSON and DataFlex datatypes.
Properties¶
Methods¶
See Methods.
Example¶
Handle hoJson hoMember
String sText
Get Create (RefClass(cJsonObject)) to hoJson
Send InitializeJsonType of hoJson jsonTypeObject
Send SetMemberValue of hoJson "name" jsonTypeString "DataFlex"
Get Stringify of hoJson to sText
Send Destroy of hoJson