Versions Compared

Key

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

...

Code Block
SRP_JsonX_Begin(Name, StartingToken)

Returns

Nothing. SRP_JsonX_

...

Begin always succeeds, but it can produce a warning if you don't pass "{" or "[" as the starting token. See SRP_JsonX_Error.

Parameters

ParameterDescription
NameThe name of the new document, used for debugging purposes only
StartingTokenDetermines if the new document's root is an object or an array. Can be "{" or "[". Optional.Default is "{"

...