PSON for JSON

Made by Pynx; the better way to do JSON files for Python; with Python.

General Information

PSON aka PynxSON, made by Pynx, is a JSON extension for Python3 (and soon, other languages). It uses a Python script as a library, then you create a Python script using functions from the library for it to create a JSON file using what you wrote.

What does PSON have? Well:

  • Comments (Ever needed to describe your objects? Well now you can!)
  • Better read and write (no "with open")
  • Better speed and compatibility

Version: 3.0
Platforms: Windows, Linux, and MacOS.


Downloads & Installation

Python


Downloads


Requirements

Python: 3.0 and above


Installation

  1. Download the Python library file.
  2. Import the file: from Pson import *
  3. Call the functions: Examples
  4. Run your script to generate a JSON file.

C


This section is under development.

Go


This section is under development.

Rust


This section is under development.

Haskell


This section is under development.