https://github.com/peakchen90/json-parser-cpp
使用 C++ 实现一个 JSON 解析器
https://github.com/peakchen90/json-parser-cpp
cpp json json-parser
Last synced: 2 months ago
JSON representation
使用 C++ 实现一个 JSON 解析器
- Host: GitHub
- URL: https://github.com/peakchen90/json-parser-cpp
- Owner: peakchen90
- License: mit
- Created: 2021-04-25T07:44:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T06:30:50.000Z (over 4 years ago)
- Last Synced: 2025-07-02T19:50:38.319Z (12 months ago)
- Topics: cpp, json, json-parser
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-parser-cpp
使用 C++ 实现一个 JSON AST 解析器
## 环境
- [cmake](https://cmake.org/)
## 安装并执行测试
```bash
./run-test.sh
```
## TODO
- [√] 节点位置信息
- [-] 异常处理(含中文字符的位置不准确)
- [√] JSON 注释支持
- [√] 命令行参数
- JSON 转 C++ 数据结构