Skip to main content

parse_catalog_value

Function parse_catalog_value 

Source
pub fn parse_catalog_value(value: Value) -> Result<Catalog, Error>
Expand description

Parse a catalog from a serde_json::Value.

ยงErrors

Returns an error if the value does not match the expected catalog schema.