Files
2026-06-03 12:43:14 +08:00

15 lines
295 B
Markdown

a header-only json library from github: https://github.com/nlohmann/json, easy to use like working in Python.
**NOTE**
used for parse/dump json payload when interact with REST API from mLLM service in VideoPipe.
```
compile test:
g++ json_test.cpp -o json_test -O2
and run:
./json_test
```