Expand description
§json_proc
A proc-macro that evaluates JSON-like syntax to a JSON string at compile time.
If you are looking for custom serialization traits, macros,
and functions, use serde_json
and serde
instead.
Macros§
- json
- Lints and properly formats a JSON object, array, or value.
Traits§
- ToJson
- Trait that converts a type to a JSON string.
Derive Macros§
- ToJson
- Derive the ToJson trait for a struct or enum.