Expand description
JSON serialization for [ResourceSpan].
Since grafos-observe types do not derive serde traits (to keep the core
no_std-friendly), this module provides a mirror struct SpanJson that
implements Serialize/Deserialize and converts to/from ResourceSpan.