MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / parseString

Method parseString

Source/JSON/jsonhelper.cpp:66–70  ·  view source on GitHub ↗

* * SimpleJSONWrapper * */

Source from the content-addressed store, hash-verified

64 *
65 */
66bool SimpleJSONWrapper::parseString(std::string& sourceString) {
67 Json::Reader reader;
68
69 return reader.parse(sourceString, root);
70}
71
72bool SimpleJSONWrapper::parseFile(std::string& sourceFile) {
73 char path[kPathSize];

Callers 3

GetJSONMethod · 0.80
translate_names.pyFile · 0.80

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected