Restructure library, fix license

This patch restructures the library to remove the `third_party/`
subdirectory. In addition it updates the `Cargo.toml` to express that it
is also ISC licensed.

Finally, it also bumps the version.
15 files changed
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.