Overview of pbjson-types
mainThe pbjson-types crate is a modified version of the pbjson crate by InfluxData. It is designed to be used as a library to provide types for Protocol Buffers (Protobuf) JSON mapping.
A key modification in this version is that for Struct types, it uses BTreeMap instead of HashMap to ensure that the order of fields is preserved.