Expand description
JSON5, a superset of JSON with expanded syntax.
See crate ::json5.
Structs§
- Deserializer
- A deserializer that knows how to parse JSON5 and map it on to types implementing
Deserialize. - Error
- An error serializing or deserializing JSON5.
- Position
- The line and column that an error occured.
- Serializer
- A serializer that knows how to serialize types implementing
Serializeas JSON5.
Enums§
- Error
Code - A code identifying an error originating within this crate.