JSON module of PicoRuby
Singleton methods
generate
JSON.generate(untyped) -> String
number_pattern
JSON.number_pattern() -> Regexp
parse
JSON.parse(String) -> untyped
string_content_pattern
JSON.string_content_pattern() -> Regexp
use_regexp=
JSON.use_regexp=(bool) -> bool
use_regexp?
JSON.use_regexp?() -> bool
wasm_build?
JSON.wasm_build?() -> bool
ws_pattern
JSON.ws_pattern() -> Regexp