You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Adds a JSON Entity to a JSON array.

Syntax

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.

  • No labels