Versions Compared

Key

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

...

Converts the specified JSON string into an internal Lua table format for XML. If the parsing of the JSON string fails for any reason, a nil value will be returned.

NOTE: The internal table format is not specifically documented. Use Debug package to output examples to learn the format.

...

Converts the internal Lua table format for JSON into a JSON string. If the encoding of the JSON fails for any reason, a nil value will be returned.

NOTE: The internal table format is not specifically documented. Use Debug package to output examples to learn the format.

...