MCPcopy Create free account
hub / github.com/cppla/ServerStatus / json_parse

Function json_parse

server/src/json.c:892–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

890}
891
892json_value * json_parse (const json_char * json, size_t length)
893{
894 json_settings settings = { 0 };
895 return json_parse_ex (&settings, json, length, 0);
896}
897
898void json_value_free_ex (json_settings * settings, json_value * value)
899{

Callers

nothing calls this directly

Calls 1

json_parse_exFunction · 0.85

Tested by

no test coverage detected