Merge pull request #1 from woody77/master

Add `from_slice` and `from_reader` helper fn's
tree: 532409d45791aaf09e898cefc3263198255229d9
  1. third_party/
  2. Cargo.toml
  3. CONTRIBUTING.md
  4. LICENSE
  5. README.md
README.md

JSON5

A Rust library for serializing and deserializing JSON5 with Serde.

This project is a fork of callum-oakley/json5-rs.