示例说明 该示例实现了多层嵌套的 json 数据解析。解析 example.json 文件中的数据,并打印到终端。 使用 gcc 可直接 make 编译,在电脑上运行测试程序。 WSL / Linux ./example_jsmn 执行 Windows MINGW ./example_jsmn.exe 执行