TPJL (TechGeeks Portable JSON Language)
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
Release files for tpjl 2021.4.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tpjl-2021.4.4.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tpjl-2021.4.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.8 kB
Release files / tpjl-2021.4.4.tar.gz
| Download URL | tpjl-2021.4.4.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
41a7453e486d0040db3c0d865440e1f02bbbd172ab041668250fc8dc6f951a2c
|
|
BLAKE2b-256 checksum How to use checksums |
6eae89ed6e7efca8ffcde935a6e56a23eae595de5042bd5965e955e01cb7e2f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / tpjl-2021.4.4-py3-none-any.whl
| Download URL | tpjl-2021.4.4-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc106dfd414458aaa265282b1a29e125245e186299411601b47a0ce432658f7a
|
|
BLAKE2b-256 checksum How to use checksums |
dc221342bc8c1ea6e64b4f5bbaedf7c7aa9c916dcd753823030ead56719c3110
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|