Jsonparse

Latest version: v0.14.0

Safety actively analyzes 638741 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.11.0.dev2

- Testing CI for docker build and push. Added latest tag.

0.11.0.dev1

- Test CI docker build and push to dockerhub.

0.10.1

- Added keyword parameter group to find_keys(). Default group=True. Add group=False(case insensitive) to return a one dimensional list as opposed to the default two dimensional list grouping.

0.10.0

- Introduced the `find_keys()` method. Supply a list of keys and return a two dimensional list of values. The order of the keys does not matter. The found values will be returned in the same order as the original data.
- Improved documentation.

0.9.1

- Added support for type **None** as a value in find_key_value(). JSON accepts **null** which translates to **None** with json.loads().

0.9.0

- Fixed issue where find_key() and find_key_value() would return elements in reverse. Now they return elements depth-first (as before), but starting at the beginning of the data, not the end.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.