PSON for JSON

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

General Information

PSON aka PynxSON, made by Pynx, is a JSON extension for the supported programming languages (can be found below). It uses a script from the supported programming languages as a library, then you can create 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

Platforms: Windows, Linux, and MacOS.


Downloads & Installation

Python

Version: 3.0

Downloads


Requirements

Python: 3.0 or 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.

Dart

Version: 1.0

Downloads


Requirements

Dart: 3.4.4 or above


Installation

  1. Download the Dart library file.
  2. Import the file: import 'Dson.dart';
  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.