slicejson 0.1.2

parse json through string slice,try to make it faster!
Documentation
1
2
3
4
5
6
7
8
9
10
//! # slicejson
//!
//! `slicejson` is a collection of utilities to make performing certain
//! calculations more convenient.

pub mod parser;
pub mod parser_keyword;
pub mod parser_keyword2;
pub mod tokenizer;
pub mod value;