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.
pub fn classify(value: Value) -> Result<ParseValue, ParseError>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.