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

Function json_parse

src/engine/external/json-parser/json.c:943–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943json_value * json_parse (const json_char * json, size_t length)
944{
945 json_settings settings = { 0 };
946 return json_parse_ex (&settings, json, length, 0);
947}
948
949void json_value_free_ex (json_settings * settings, json_value * value)
950{

Callers 3

ParseUpdateMethod · 0.85
ResultJsonMethod · 0.85
TEST_FFunction · 0.85

Calls 1

json_parse_exFunction · 0.85

Tested by 1

TEST_FFunction · 0.68