Struct foxbox_taxonomy::values::Json
[−]
[src]
pub struct Json(pub Value);
Representation of an object in JSON. It is often (albeit not always) possible to choose a more precise data structure for representing values send/accepted by a service. If possible, adapters should rather pick such more precise data structure.