Hacker News new | ask | show | jobs
by g4zj 771 days ago
> All these examples assume an understanding ahead of time of your data structure.

How would one use JSONPath to extract all book titles from an arbitrary JSON structure?

Also, when might that use case apply? I can't think of when I've ever needed to do something like this, but I'm interested in learning. :)

1 comments

JSONPath has excellent documentation, you can absolutely answer that question for yourself very easily.