Add parse_json.
This commit is contained in:
@@ -1503,7 +1503,7 @@ impl Engine<'_> {
|
||||
Expr::False(_) => Ok(false.into_dynamic()),
|
||||
Expr::Unit(_) => Ok(().into_dynamic()),
|
||||
|
||||
expr => panic!("should not appear: {:?}", expr),
|
||||
_ => panic!("should not appear: {:?}", expr),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user