handwritten-json

Crates.iohandwritten-json
lib.rshandwritten-json
version0.1.0
sourcesrc
created_at2020-09-17 06:41:00.8249
updated_at2020-09-17 06:41:00.8249
descriptionConvert a non-standard JSON string into a normalized JSON string.
homepagehttps://github.com/yangby-cryptape/rust-handwritten-json
repositoryhttps://github.com/yangby-cryptape/rust-handwritten-json
max_upload_size
id289702
size22,125
Boyu Yang (yangby-cryptape)

documentation

https://docs.rs/handwritten-json

README

Rust-Handwritten-JSON

License Travis CI Crate Badge Crate Doc

Convert a non-standard JSON string into a normalized JSON string.

The Difference between Handwritten-JSON and JSON

  • Allow extra commas in the end of arrays and objects.
  • If a name string in a name/value pair only contains alphabetic characters, numeric characters and underscores, the double quotes can be omitted.

License

Licensed under either of Apache License, Version 2.0 or MIT License, at your option.

Commit count: 9

cargo fmt