v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static Local< Value > | Parse (Local< String > json_string) |
Tries to parse the string |json_string| and returns it as value if successful.
json_string | The string to parse. |