Below you will find pages that utilize the taxonomy term “jmespath”
Posts
Extract multiple fields at different levels of nesting json using chatgpt and jmespath
How do you extract multiple fields at different levels of nesting json resources? jsonpath, jq, jmespath or chatgpt?
In FHIR, bundle resource in json format usually have multiple level of details nested in json. It’s quite different from other use cases.
My first thought is using jsonpath as it is quite similar to FHIRPath. There are several limitations of jsonpath which make it infeasible.
It doesn’t support to the use case, even though JsonPath supports deep scan and Bracket-notated child or children.