jsonpath
jsonpath copied to clipboard
A query expression for extracting data from JSON.
It supports a new syntax like `'$.goods[*].?category'`. Allow user to disable default behavior that filters the missing fields. Fixes #40 This PR is still in development progress, please use it...
Hi and thank you for putting together this really helpful package! I have a use case where I would like to keep matched objects synchronized. For instance, using the data...
Implements a simple and easy for usage syntax for object conversion. ## Functions ### Common Conversion ```python assert parse("${a:b, b:a}") \ .find({"a": 1, "b": 2}) == [{"b": 1, "a": 2}],...
Using type stub files to make static type checking instead of using annotations from source codes. ## Pros 1. Be able to remove the `typing-extensions` dependency from production release. ......
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. Release notes Sourced from urllib3's releases. 2.0.7 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...