Crate merde_core

Source

Structs§

  • An array of Value items
  • merde’s default opinions for deserialization: allow unknown fields, don’t fill in default values and keep key names as-is.
  • Allows filling in a field of a struct while deserializing.
  • A map, dictionary, object, whatever — with string keys.

Enums§

Traits§

Functions§