Skip to main content

expry_parse_json

Function expry_parse_json 

Source
pub fn expry_parse_json<'a, 'b, 'c>(
    reader: &'a str,
    scope: &mut MemoryScope<'c>,
) -> Result<DecodedValue<'b>, CompileError<'b>>
where 'a: 'b, 'c: 'b,
Expand description

Parses a JSON input to a decoded value.