Expand description
A proc-macro that evaluates JSON-like syntax to a JSON string at compile time.
(Better docs coming soon)
Re-exports§
pub extern crate json_proc_macro;
Macros§
- Lints and properly formats a JSON object, array, or value.
Traits§
- Trait that converts a type to a JSON string.
Derive Macros§
- Derive the ToJson trait for a struct or enum.