Versions Compared

Key

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

...

Syntax

Code Block
SRP_JsonX_ClearDelete(Path)

Returns

1 if successful, 0 if there was an error.

Parameters

ParameterDescription
PathPath to an element to delete.

Remarks

SRP_JsonX_Delete removes an element pointed to by Path. See Paths for more details.

...