Merge pull request #8 from erickt/fix-deserialization

Fix deserialization of unit variants
tree: ae9c17690c0fbe81357b5d7e579237d1aeed61c1
  1. .github/
  2. third_party/
  3. .gitignore
  4. Cargo.toml
  5. CONTRIBUTING.md
  6. LICENSE
  7. 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.