Skip to content

kumo.json_parse(STRING)

Warning

This function has moved to the kumo.serde module and will be removed in a future release. (Since: Dev Builds Only)

Parses STRING as JSON, returning a lua representation of the parsed JSON.

This json parsing implementation will accept C style block comments, C++ style single line comments and shell style single line comments. Comments will be treated as though they were spaces prior to being parsed by the underlying json parser.

This is logically the opposite of kumo.json_encode.

See also kumo.json_load, kumo.json_encode and kumo.json_encode_pretty