weakjson 0.0.2

Library for parsing bad JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "weakjson"
version = "0.0.2"
description = "Library for parsing bad JSON"
authors = ["Ivan Ivaschenko <defuz@me.com>"]

repository = "http://github.com/defuz/weakjson"

keywords = ["json", "parsing", "serialize", "formats"]

license = "MIT"

[dependencies]
rustc-serialize = "0.3"