Openjson

Latest version: v0.1.0

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

Scan your dependencies

0.1.0

Description

This is the initial functional version of openjson. It comes equipped with a JSON stringifier that converts a hierarchical Python data structure into a valid JSON object string. The stringifier can be called with the following:

python3
from openjson import stringify
json_string = stringify(dictionary)


This stringifier can support the regular data types:
- Dictionaries
- Lists
- Integers
- Floats
- Booleans
- NoneType

0.0.0

Description

This is the planning release of openjson. This project was previously called _modular-json_ but the hyphen caused issues with PyPI.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.