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
Looks like location tracking for XmlReadContext does not update array index unlike other parsers. This makes path JsonReadContext.pathAsPointer() less useful than it could be.
The text was updated successfully, but these errors were encountered:
Verifying the fix is actually trickier than initial fix since low-level FromXmlParser usage difficult.
So for now will just do manual verification via getParsingContext().pathAsPoint(), printing that out from tests.
Looks like location tracking for
XmlReadContext
does not update array index unlike other parsers. This makes pathJsonReadContext.pathAsPointer()
less useful than it could be.The text was updated successfully, but these errors were encountered: