jmespath/jmespath.py: JMESPath is a query language for JSON.

PHOTO EMBED

Mon Oct 07 2024 17:31:23 GMT+0000 (Coordinated Universal Time)

Saved by @mathewmerlin72 #python

>>> import jmespath
>>> path = jmespath.search('foo.bar', {'foo': {'bar': 'baz'}})
'baz'
content_copyCOPY

To find the wallet address

https://github.com/jmespath/jmespath.py