Merge pull request #18 from erickt/bump

Restructure library, fix license
tree: 61e7424c041842d2a10d95554b994ae51e911a17
  1. .github/
  2. src/
  3. tests/
  4. .gitignore
  5. Cargo.toml
  6. CONTRIBUTING.md
  7. LICENSE-Apache-2.0
  8. LICENSE-ISC
  9. 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.