Add from_slice and from_reader helpers

This adds the helper fn's 'from_slice' and 'from_reader'
to match those provided by serde_json, to handle similar
use-cases.
4 files changed
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.