JordanWelsman / openjson

A modular approach to handling JSON.

Home Page:https://pypi.org/project/openjson

Repository from Github https://github.comJordanWelsman/openjsonRepository from Github https://github.comJordanWelsman/openjson

openjson

A modular approach to parsing JSON.


GitHub tag (latest by date) GitHub release (latest by date) GitHub Release Date GitHub license GitHub commit activity

PyPI PyPI - Python Version PyPI - Wheel PyPI - Status PyPI - Downloads

GitHub Repo stars GitHub watchers GitHub forks Lines of code GitHub repo file count GitHub repo size

Overview

openjson is a Python package that provides functionality for parsing JSON with a modular inplementation. You can pass a dictionary to be stringified, serialized, or exported into JSON. The dictionary can contain any structure of intrinsic types including dictionaries, arrays, strings, integers and floats.

Table of contents

Install & use

  1. From terminal: pip install openjson
  2. From python environment: from openjson import <submodule> where <submodule> is one from the following:
  • stringify
  • serialize
  • deserialize
  • parse

Roadmap

  • JSON Stringify
  • JSON Serialize
  • JSON Deserialize
  • JSON Parse

Credits

openjson was created and is currently maintained by Jordan Welsman.

Licence

openjson_ is developed and distributed under the MIT license.

Note See LICENSE for more details.

Links

๐Ÿ“ See this project on GitHub

๐ŸŽ See this project on PyPI

๐Ÿฑ Follow me on GitHub

๐Ÿ’ผ Connect with me on Linkedin

๐Ÿ“ง Send me an email

About

A modular approach to handling JSON.

https://pypi.org/project/openjson

License:MIT License


Languages

Language:Python 83.8%Language:Shell 16.2%