[][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.