A tiny serde_json alternative with no dependencies.
This library is still WIP
Features
- Serialization from Value to JSON String
- Basic implementation
- Patch issue with " and \ in Value
- Deserialization from JSON String to Value
- Types
- String
- Array
- Object
- Number
- Boolean
- Null
- Traits
- Serialize
- Deserialize
- Derive macros
- Serialize
- Basic implementation
- Deserialize
- Serialize