MCPcopy Create free account
hub / github.com/Tencent/rapidjson / main

Function main

example/simplereader/simplereader.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33int main() {
34 const char json[] = " { \"hello\" : \"world\", \"t\" : true , \"f\" : false, \"n\": null, \"i\":123, \"pi\": 3.1416, \"a\":[1, 2, 3, 4] } ";
35
36 MyHandler handler;
37 Reader reader;
38 StringStream ss(json);
39 reader.Parse(ss, handler);
40
41 return 0;
42}

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected