kjson 0.0.8

A lightweight JSON parser intended for educational use and learning purposes.
Documentation
1
2
3
4
5
6
7
8
mod context;
mod dict;
mod error;
mod number;
mod stack;
mod value;

pub use crate::value::Value;