cef_parse_jsonand_return_error

Parses the specified |json_string| and returns a dictionary or list representation. If JSON parsing fails this function returns NULL and populates |error_msg_out| with a formatted error message.

version(cef && embedded_cef_bindings)
extern (C)
cef_parse_jsonand_return_error
(
const(cef_string_t)* json_string
,,
cef_string_t* error_msg_out
)

Meta