Versions Compared

Key

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

...

Code Block
SRP_JsonX_BeginString(Name, StartingToken, IsPretty)

Returns

Nothing. SRP_JsonX_BeginString 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 "{"
IsPrettySet to 1 to make the output human readable, set to 0 to make it compact. Optional.Default is 0

...