[][src]Module rusty_v8::json

A JSON Parser and Stringifier.

Functions

parse

Tries to parse the string json_string and returns it as value if successful.

stringify

Tries to stringify the JSON-serializable object json_object and returns it as string if successful.