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.0Downloads
Requirements
Python: 3.0 or above
Installation
- Download the Python library file.
- Import the file:
from Pson import *
- Call the functions: Examples
- Run your script to generate a JSON file.
Dart
Version: 1.0Downloads
Requirements
Dart: 3.4.4 or above
Installation
- Download the Dart library file.
- Import the file:
import 'Dson.dart';
- Call the functions: Examples
- Run your script to generate a JSON file.
C
This version of PSON is under development.
Go
This version of PSON is under development.
Rust
This version of PSON is under development.
Haskell
This version of PSON is under development.