Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Adds a JSON Entity to a JSON array.

Syntax

Code Block
Result = SRP_JSON(Handle, "ADD", NewEntityHandle)

Returns

Returns 1 if successful, 0 if not.

Parameters

ParameterDescription
HandleHandle to JSON Entity. Required.
NewEntityHandleNew JSON entity to be added to the JSON array. Required.

Remarks

The ADD service adds the given entity (which must be a valid JSON Entity Handle) to the end of the array. This only works if Handle is a JSON array.