v8  5.1.281 (node 6.17.1)
V8 is Google's open source JavaScript engine
JSON Class Reference

#include <v8.h>

Static Public Member Functions

static V8_DEPRECATED ("Use maybe version", Local< Value > Parse(Local< String > json_string))
 
static V8_WARN_UNUSED_RESULT MaybeLocal< ValueParse (Isolate *isolate, Local< String > json_string)
 

Detailed Description

A JSON Parser.

Definition at line 1670 of file v8.h.

Member Function Documentation

◆ Parse()

static V8_WARN_UNUSED_RESULT MaybeLocal<Value> Parse ( Isolate isolate,
Local< String json_string 
)
static

◆ V8_DEPRECATED()

static V8_DEPRECATED ( "Use maybe version"  ,
Local< Value >   ParseLocal< String > json_string 
)
static

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

Parameters
json_stringThe string to parse.
Returns
The corresponding value if successfully parsed.

The documentation for this class was generated from the following file: