AddMemberValue - cJsonObject
Appends a simple value to an array
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eJsonType | Integer | Explicit JSON typeConstantMeaning |
| sValue | String | Value String |
Syntax
Procedure AddMemberValue Integer eJsonType String sValue
Call Example
Send AddMemberValue eJsonType sValue
Description
Appends a simple value to an array.