pub unsafe extern "C" fn aws_json_value_new_from_string(
allocator: *mut aws_allocator,
string: aws_byte_cursor
) -> *mut aws_json_value
Expand description
Parses the JSON string and returns a aws_json_value containing the root of the JSON. @param allocator The allocator used to create the value @param string The string containing the JSON. @return The root aws_json_value of the JSON.