pytrends icon indicating copy to clipboard operation
pytrends copied to clipboard

Use Jsonpath to have a more robust access to json fields

Open eracle opened this issue 4 years ago • 0 comments

I am referring to part of the codebase like this one:

The idea is to use JSON path queries similar to XPath ones, so they will be more robust against any changes made by the Google Backend.

Here's an interesting library we can leverage for that.

eracle avatar Apr 23 '21 14:04 eracle