V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::JSON Member List

This is the complete list of members for v8::JSON, including all inherited members.

Parse(Local< Context > context, Local< String > json_string) (defined in v8::JSON)v8::JSONstatic
Stringify(Local< Context > context, Local< Value > json_object, Local< String > gap=Local< String >())v8::JSONstatic
V8_DEPRECATED("Use the maybe version taking context", MaybeLocal< Value > Parse(Isolate *isolate, Local< String > json_string))v8::JSONstatic