Improve flattening (#69)

This commit is contained in:
vms
2021-02-18 17:30:14 +03:00
committed by GitHub
parent d43b5454fa
commit 13f93a0f88
24 changed files with 1137 additions and 540 deletions

View File

@ -37,7 +37,6 @@ pub(super) fn is_json_path_allowed_char(ch: char) -> bool {
',' => true,
'"' => true,
'\'' => true,
'!' => true,
ch => is_aqua_alphanumeric(ch),
}
}