kjson 0.0.7

A lightweight JSON parser intended for educational use and learning purposes.
Documentation
1
2
3
4
5
[![Build On Ubuntu](https://github.com/huarkiou/kjson/actions/workflows/build-ubuntu.yml/badge.svg)](https://github.com/huarkiou/kjson/actions/workflows/build-ubuntu.yml)
# kjson


kjson是一个基于Rust编写的轻量级JSON解析库练习项目,写这个纯粹是闲的没事干,名字是瞎敲的并没有意义。参考了[miloyip/json-tutorial](https://github.com/miloyip/json-tutorial)