Versions Compared

Key

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

...

RoutineDescription
SRP_JsonXAdds elements to the current document based on the current path.
SRP_JsonX_BeginCreates a new document.
SRP_JsonX_BeginStringCreates a new document that must be built in order.
SRP_JsonX_ClearDeletes all elements in an object or array.
SRP_JsonX_CountGets the number of elements in an object or array.
SRP_JsonX_DeleteDeletes an element.
SRP_JsonX_EndEnds the current document, optionally returning json.
SRP_JsonX_ErrorGets the last known error.
SRP_JsonX_GetGets an elements value or json.
SRP_JsonX_GoMakes an object or array element the new current pathelement.
SRP_JsonX_GoBackMakes the parent of the current path element the new current pathelement.
SRP_JsonX_GoRootMakes the document's root the current pathelement.
SRP_JsonX_HasDetermines if an element exists.
SRP_JsonX_MembersGets all an object's member names.
SRP_JsonX_ParseParses json into a new document.
SRP_JsonX_SetSets a value or json.
SRP_JsonX_SortSorts an object's members by member name.

SRP_JsonX_State

Gets the state of the stack and all its documents.
SRP_JsonX_TraceShows the state of the stack and all its documents.
SRP_JsonX_TypeGets an element's type.
SRP_JsonX_ValuesGets all an object's or array's values.

...