Serde is a framework for serializing and deserializing Rust data structures efficiently and generically.
Features
- Operate on untyped JSON values
- Parse JSON as strongly typed data structures
- Construct JSON values
- Create JSON by serializing data structures
- It is fast
- This is competitive with the fastest C and C++ JSON libraries
