An open API service indexing awesome lists of open source software.

https://github.com/imarvinle/lcjson

implement a simple json parser using recursive descent
https://github.com/imarvinle/lcjson

c json parser recursive-descent-parser

Last synced: about 1 month ago
JSON representation

implement a simple json parser using recursive descent

Awesome Lists containing this project

README

        

# a simple implement of json parser using recursive desent

## TODO

* 解析字符串
* 解析对象
* 解析数组
* 内存管理
* 生成器
* 接口设计

![](https://ws2.sinaimg.cn/large/006tNbRwgy1fyllniu16vj305g03w0sj.jpg)