kumo.json_parse(STRING)
Warning
This function has moved to the kumo.serde module and will be removed in a future release. (Since: Version 2024.09.02-c5476b89)
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