Searched refs:json2 (Results 1 – 3 of 3) sorted by relevance
91 const char* json2 = "{ \"greeting\" : \"Hello!\", \"farewell\" : \"bye-bye!\", \"foo\" : {} }"; in main() local92 cout << json2 << endl; in main()93 ParseMessages(json2, messages); in main()
370 const char* json2 = "{ \"greeting\" : \"Hello!\", \"farewell\" : \"bye-bye!\", \"foo\" : {} }";371 cout << json2 << endl;372 ParseMessages(json2, messages);391 In the second JSON (`json2`), `foo`'s value is an empty object. As it is an object, `MessageHandler…
802 char* json2 = StrDup(json); in TEST() local803 InsituStringStream s(json2); in TEST()808 free(json2); in TEST()