JMESPath is a query language for JSON.
在搜索框中输入一个表达式以查看JMESPath的实际操作。
根据JSON数据计算表达式,结果显示在结果窗格中。
要了解更多关于JMESPath的信息,请查看 JMESPath Tutorial and JMESPath Examples.
Have questions? Come chat with us.
JMESPath TutorialThe JMESPath language is described in an ABNF grammar with a complete specification. This ensures that the language syntax is precisely defined.
JMESPath有一整套数据驱动的测试用例。这样可以确保多个库的功能相同,使开发人员能够在他们选择的语言中实现 JMESPath 。
Each JMESPath library passes a complete suite of compliance tests to ensure they work as intended. There are libraries in multiple languages including python, php, javascript and lua.