Skip to content

A OpenSource replacement of JSON Language based on Python.

License

Notifications You must be signed in to change notification settings

Zype-Z/ZypeLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZypeLang - A OpenSource replacement for JSON

Create PyPI Release

ZypeLang is a OpenSource replacement of JSON based on Python.

Syntax

<key> "value";

How to use it

You can use ZypeLang with Zype Python SDK.

Installation of ZypeSDK for Python

pip install ZypeSDK # Replace pip with pip3 and/or add sudo according to your Enviroment.

Usage - ZypeSDK for Python

import ZypeSDK as zype

name = zype.Open("file.zype")['name']

print(name)

Usage ZypeLang

And in file.zype

<name> "Rajdeep Malakar";

Why to use

ZypeLang is easier & shorter than JSON

Example:

{
    "name": "Rajdeep Malakar"
}

To,

<name> "Rajdeep Malakar";

About

A OpenSource replacement of JSON Language based on Python.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages