v8
4.5.103 (node 4.8.7)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static | V8_DEPRECATE_SOON ("Use maybe version", Local< Value > Parse(Local< String > json_string)) |
static V8_WARN_UNUSED_RESULT MaybeLocal< Value > | Parse (Isolate *isolate, Local< String > json_string) |
|
static |
|
static |
Tries to parse the string |json_string| and returns it as value if successful.
json_string | The string to parse. |