From 64f5acfa67eec250f1b403c9e93df454b45dd63e Mon Sep 17 00:00:00 2001 From: nshtg Date: Sat, 23 Jul 2016 18:30:19 +0200 Subject: [PATCH] Add maciejhirsz/json-rust --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd0a8ef..b06225a 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( * [servo/html5ever](https://github.com/servo/html5ever) — High-performance browser-grade HTML5 parser [](https://travis-ci.org/servo/html5ever) * JSON * [serde-rs/json](https://github.com/serde-rs/json) [[serde\_json](https://crates.io/crates/serde_json)] — JSON support for [Serde](https://github.com/serde-rs/serde) framework [](https://travis-ci.org/serde-rs/json) + * [maciejhirsz/json-rust](https://github.com/maciejhirsz/json-rust) [[json](https://crates.io/crates/json)] — JSON implementation in Rust [](https://travis-ci.org/maciejhirsz/json-rust) * Jsonnet * [Qihoo360/rust-jsonnet](https://github.com/Qihoo360/rust-jsonnet) — [](https://travis-ci.org/Qihoo360/rust-jsonnet) * MsgPack