Skip to main content

classify

Function classify 

Source
pub fn classify(value: Value) -> Result<ParseValue, ParseError>
Expand description

Decode a client-supplied JSON value.

Top-level semantics: an unrecognized __type is an error. Use this for the values of an object body’s own fields.