json_init_string

Syntax

native JSON:json_init_string(const value[]);

Usage

value
String that the handle will be initialized with

Description

Inits string data.

Note

Needs to be freed using json_free() native.

Return

JSON handle, Invalid_JSON if error occurred