V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
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::JSON | static |
Stringify(Local< Context > context, Local< Value > json_object, Local< String > gap=Local< String >()) | v8::JSON | static |
V8_DEPRECATED("Use the maybe version taking context", MaybeLocal< Value > Parse(Isolate *isolate, Local< String > json_string)) | v8::JSON | static |