MCPcopy Create free account
hub / github.com/VCVRack/Rack / json_object_foreach

Function json_object_foreach

src/string.cpp:660–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658 const char* id;
659 json_t* strJ;
660 json_object_foreach(rootJ, id, strJ) {
661 if (json_is_string(strJ)) {
662 translation[id] = std::string(json_string_value(strJ), json_string_length(strJ));
663 }
664 }
665 }
666}
667

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected