Skip to main content

Module json

Module json 

Source
Expand description

Native json module for JSON parsing and serialization.

Exports: json.parse(text), json.stringify(value, pretty?), json.is_valid(text)

Functionsยง

create_json_module
Create the json module with JSON parsing and serialization functions.