json_flex 0.3.0

Flexibly Parse a JSON string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "json_flex"
description = "Flexibly Parse a JSON string"
homepage = "http://nacika.com"
repository = "https://github.com/nacika-ins/json_flex"
readme = "README.md"
keywords = ["json"]
license = "MIT"
version = "0.3.0"
authors = ["nacika <nacika.inscatolare@gmail.com>"]

[dependencies]
rustc-serialize="*"