Skip to content

JordanWelsman/openjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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