Initial commit
16 files changed
tree: f31dd0df00f6727c3bdb282e33f419220e0f77a6
  1. third_party/
  2. .gitignore
  3. LICENSE
  4. 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.