Crate json_proc

source

Re-exports§

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.