pub fn decode_jsonexample<O0: Into<Output>>( json_examples: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeJSONExample::new().build(json_examples, scope).
DecodeJSONExample::new().build(json_examples, scope)