Python library that enables developers to anonymize JSON objects by creating placeholders for keys and values, while generating a reversible mapping to restore the original JSON data.
-
Updated
Apr 9, 2023 - Python
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
Python library that enables developers to anonymize JSON objects by creating placeholders for keys and values, while generating a reversible mapping to restore the original JSON data.
Exploring the Power of JSON in Python
Simple json deserializer/serializer library
Python script that uses the json library to generate C# classes from a JSON file
Uses JSON Server built in Node Module used to create demo rest json webservice in less than a minute. All you need is a JSON file for sample data