Crate json_proc

Source
Expand description

A proc-macro that evaluates JSON-like syntax to a JSON string at compile time.

(Better docs coming soon)

Re-exports§

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.