Skip to main content

a free & OpenSource Portable version of JSON.

Project description

TPJL (TechGeeks Portable JSON Language)

PyPI Release Create TPJL (TechGeeks Portable JSON Language) is a free & OpenSource Portable version of JSON.
You can send a .tpjl file to anyone and he can open it with the read() function and can write with the write() function!
Please Support us by Contributing by creating a pull request on GitHub.
Thanks,

Rajdeep Malakar,
Chief Executive Director,

TechGeeks

Usage

from TPJLang import read, write
data = {
    "0": {
        "_id": 0,
        "_name": "Rajdeep Malakar",
        "email": "Rajdeep@tgeeks.cf",
        "technology": [
            "Python",
            "PHP",
            "HTML/CSS/JavaScript",
            "C/C++",
            "Java",
            "TPJLang.py3"
        ]
    }
}
# To Write
write("sample", data) # You'll get a new sample.tpjl file
# To Read
sample = read("sample")
print(sample) # To Print All
sample = sample["0"]
print(sample["_name"]) # To Print the name of the Person with the ID of 0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tpjl-2021.4.4.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

tpjl-2021.4.4-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page