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§
- Sets the lint level of all listed lints to none.
- Sets the lint level of all listed lints to error. This attribute is an alias for
error_json
. - Sets the lint level of all listed lints to error.
- Lints and properly formats a JSON object, array, or value.
- Sets the lint level of all listed lints to warning.
Traits§
- Trait that converts a type to a JSON string.
Derive Macros§
- Derive the ToJson trait for a struct.