Skip to main content

Module json

Module json 

Source
Expand description

json stdlib module — JSON parsing and serialization.

Functions: parse, stringify. Max parse depth: 32 (prevents stack overflow on deeply nested JSON).

Structs§

JsonModule
The json stdlib module.