kjson 0.0.10

A lightweight JSON parser intended for educational use and learning purposes.
Documentation
1
2
3
4
5
6
7
8
[![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)