You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are two JSON grammars to select from at given point, the parser will always choose one of them immediately on the first token. Instead, we could delay the decision as if anyOf was used.
See test_two_jsons() in test_ll.rs
The text was updated successfully, but these errors were encountered:
When there are two JSON grammars to select from at given point, the parser will always choose one of them immediately on the first token. Instead, we could delay the decision as if
anyOf
was used.See
test_two_jsons()
intest_ll.rs
The text was updated successfully, but these errors were encountered: