MCPcopy Create free account
hub / github.com/crownengine/crown / parse

Function parse

src/core/json/json.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 void parse(JsonObject &obj, const char *json)
284 {
285 CE_ENSURE(NULL != json);
286 parse_object(obj, json);
287 }
288
289 void parse(JsonObject &obj, Buffer &json)
290 {

Callers

nothing calls this directly

Calls 2

parse_objectFunction · 0.70
beginFunction · 0.50

Tested by

no test coverage detected