Giga-json

Latest version: v1.0.5

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

Scan your dependencies

1.0.5

added case-insensitive sort_keys

1.0.4

just updating documentation

1.0.3

updated readme for overkill example to drive home the point of the module

did bug fix for unit test that was failing from prior version. after switching to name check instead of instance of check in the name of performance, I let the flask ones slip through the cracks, but got those working again

1.0.2

added type annotations and cleaned up unused files. also updated documentation a bit more

1.0.1

changed method of object detection from using isinstance() to checking type().__name__. it will be a little less successful in the very slight chance two objects of differing origins have the same exact type name, but failure to parse will still always return null, so no stability issues are incurred from the change, and this will not be a concern 99.9% of the time, and that 0.1% of the time, it will just silently return a null, and nothing really happens. (unless you intentionally set the flag to tell it to raise on error)

also updated the readme to include installation command, and also a short TD;DR section at the top for those that want the mile high overview of what the heck this is

1.0.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.