We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed4dc48 + 42bd498 commit cec8993Copy full SHA for cec8993
_src/README.md
@@ -71,6 +71,8 @@ Serde by the community.
71
- [Bencode], a simple binary format used in the BitTorrent protocol.
72
- [DynamoDB Items], the format used by [rusoto_dynamodb] to transfer data to
73
and from DynamoDB.
74
+- [Hjson], a superset of JSON suitable for configuration files.
75
+ *(deserialization only)*
76
77
[JSON]: https://github.com/serde-rs/json
78
[Bincode]: https://github.com/servo/bincode
@@ -95,6 +97,7 @@ Serde by the community.
95
97
[Bencode]: https://github.com/P3KI/bendy
96
98
[DynamoDB Items]: https://docs.rs/serde_dynamo
99
[rusoto_dynamodb]: https://docs.rs/rusoto_dynamodb
100
+[Hjson]: https://github.com/Canop/deser-hjson
101
102
### Data structures
103
0 commit comments