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.
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,Parses a JSON input to a decoded value.