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

#include <v8.h>

Static Public Member Functions

static Local< ValueParse (Local< String > json_string)
 

Detailed Description

A JSON Parser.

Definition at line 1326 of file v8.h.

Member Function Documentation

◆ Parse()

static Local<Value> Parse ( Local< 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: