Jsonparse

Latest version: v0.14.0

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

Scan your dependencies

Page 1 of 4

0.14.0

Added a new `find_value` function. This will return all keys with the associated value.

A good example for this is to find all keys that have a null value, ie in the library, simply `find_value(data, False)`

See the README here:
- https://github.com/ctomkow/jsonparse?tab=readme-ov-file#find_value

0.13.1

Offical python 3.12 support. Updated docs and tests.

0.13.0

- Added functions so no need to create a Parser object, simply import. However, the Parser object still works fine.

`from jsonparse import find_key, find_keys, find_key_chain, find_key_value`

0.12.1

- Fixed install issue which incorrectly marked directories tests and docs as packages

0.12.0

- python 3.6, 3.11 support
- cli interface added. Now use jsonparse as a cli tool for JSON manipulation

0.12.0.dev2

- Final pre-release of cli tool update

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.