Skip to content

Latest commit

 

History

History
 
 

smithy-jmespath

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Smithy JMESPath

This is an implementation of a JMESPath parser written in Java. It's not intended to be used at runtime and does not include an interpreter. It doesn't implement functions. Its goal is to parse JMESPath expressions, perform static analysis on them, and provide an AST that can be used for code generation.