标签: python json jsonpath
我正在寻找一个JsonPath表达式来使用python检索Json文件的所有叶节点。
我曾经使用xPath表达式//*[not(child::*)]
//*[not(child::*)]
我想知道是否存在任何等效表达式。
谢谢