pdk.flow.JsonObject
functions to operate with JSON object
Last updated
functions to operate with JSON object
Last updated
replaces the existing field with a Boolean value or adds a new field.
Arguments:
jsonObject ::
field ::
value ::
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
replaces the existing field with a Float value or adds a new field.
Arguments:
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
replaces the existing field with a Integer value or adds a new field.
Arguments:
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
replaces the existing field with a String value or adds a new field.
Arguments:
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
replaces the existing field with a JsonObject value or adds a new field.
Arguments:
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
replaces the existing field with a JsonArray value or adds a new field.
Arguments:
Result:
No variable is returned. A field in the object was set.
Possible exceptions
Example:
removes field from the jsonObject.
Arguments:
Result:
No variable is returned. An object without a field
Possible exceptions
Example:
removes all fields from the jsonObject.
Arguments:
Result:
No variable is returned. An object without any fields
Possible exceptions
Example:
assigns the JSON Object data to a variable.
Arguments:
Result:
No output. The variable is initialized.
Possible exceptions
- throws if the input object is NULL
jsonObject ::
field ::
value ::
- throws if the input object is NULL
jsonObject ::
field ::
value ::
- throws if the input object is NULL
jsonObject ::
field ::
value ::
- throws if the input object is NULL
jsonObject ::
field ::
value ::
- throws if the input object is NULL
jsonObject ::
field ::
value ::
- throws if the input object is NULL
jsonObject ::
field ::
- throws if the input object or the field is NULL
jsonObject ::
- throws if the input object is NULL
jsonObject ::
variable ::
- throws if the input jsonObject is NULL
- throws if the jsonObject can not be mapped to the variable structure