Skip to main content

a free & OpenSource Portable version of JSON.

Project description

TPJL (TechGeeks Portable JSON Language)

PyPI Release 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 tpjl import TPJLang
data = {
    "0": {
        "_id": 0,
        "_name": "Rajdeep Malakar",
        "email": "Rajdeep@tgeeks.cf",
        "technology": [
            "Python",
            "PHP",
            "HTML/CSS/JavaScript",
            "C/C++",
            "Java",
            "TPJLang.py3"
        ]
    }
}
# To Write
TPJLang.write("sample", data) # You'll get a new sample.tpjl file
# To Read
sample = TPJLang.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.2.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

tpjl-2021.4.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file tpjl-2021.4.2.tar.gz.

File metadata

  • Download URL: tpjl-2021.4.2.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for tpjl-2021.4.2.tar.gz
Algorithm Hash digest
SHA256 dd8a21a24fd94319d4e632f72a6157652b6f5dd3f847bcdf4b96fcfcceafd041
MD5 6424a14a3c2a55df0339fef746458116
BLAKE2b-256 e0f25d4eea802c3c64bdb4839278881a84c1cffdba6c7fc1976ec54e232ab90c

See more details on using hashes here.

File details

Details for the file tpjl-2021.4.2-py3-none-any.whl.

File metadata

  • Download URL: tpjl-2021.4.2-py3-none-any.whl
  • Upload date:
  • Size: 2.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for tpjl-2021.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7745371e451671cc8b9ff4b0ba91c7d937c897998e751f771e0ab3a4ca57cb66
MD5 f1d8a434458dd7bcabcf4e1b51905b28
BLAKE2b-256 b2ec74dfaabf24ebcd4f2d0043839582c76231d4118da0e71015d50d790974d7

See more details on using hashes here.

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