cJsonObject properties¶
Include: Use System\Json.pkg
| Property | Type | Description |
|---|---|---|
| JsonValue | String | The raw JSON value text for the object. |
| pbEscapeForwardSlash | Boolean | Controls whether / is escaped as \/ when stringifying. |
| pbRequireAllMembers | Boolean | Controls whether datatype conversion requires all members. |
| pbUseVariantMetaData | Boolean | Controls whether variant metadata is used during datatype conversion. |
| peWhitespace | Integer | Selects the whitespace style used by Stringify. |
| psParseError | String | Contains parse error text after a failed parse operation. |