#include "json.h" int main() { const char * input = "{'hello' : 'world'}"; struct JSON json = parse_json(input); return 0; }