When users are dealing with complex data structure such as that of serde_json::Value, it requires a really complex workaround to make it work well with Metadata even though they share the same model.
OasysDB's Metadata and serde_json::Value should be able to convert into one another by using the From and Into implementations.
Use case
When users are dealing with complex data structure such as that of
serde_json::Value
, it requires a really complex workaround to make it work well withMetadata
even though they share the same model.OasysDB's
Metadata
andserde_json::Value
should be able to convert into one another by using the From and Into implementations.