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
Lexer clean up and refactor
- Added JSONPathToken class as value object
- Updated the lexing and filtering of the recursive token ("..") to allow for a combination of recursion
and filters, eg. $..[?(@.type == 'suburb')].name
Merge pull request FlowCommunications#5 from twistor/fix-simple-access
Fix simple key usage (expressions are not required to start with "."). Allow expressions to start with "0". Move expression sanitizing to lexer.