Skip to main content

classify_nested

Function classify_nested 

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

Decode a value that sits inside an array or a plain object.

Differs from classify only in that an unrecognized __type is kept as a plain object rather than rejected, which is what upstream does.