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 both Python and Dart. 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.