Function expry::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.