MCPcopy Create free account
hub / github.com/HumbleNet/HumbleNet / json_parse

Function json_parse

3rdparty/json-parser/json.c:949–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949json_value * json_parse (const json_char * json, size_t length)
950{
951 json_settings settings = { 0 };
952 return json_parse_ex (&settings, json, length, 0);
953}
954
955void json_value_free_ex (json_settings * settings, json_value * value)
956{

Callers 4

mainFunction · 0.85
buildLoaderFunction · 0.85
buildCSharpFunction · 0.85
buildExportFunction · 0.85

Calls 1

json_parse_exFunction · 0.85

Tested by 1

mainFunction · 0.68