Crate ron_wasm

Source
Expand description

The ron-wasm crate is the Wasm bindings for RON (Rusty Object Notation).

Functionsยง

parse
Parses a RON string, constructing the JavaScript value or object described by the string.
stringify
Converts a JavaScript value to a RON string.