a free & OpenSource Portable version of JSON.
Project description
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 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
Release history Release notifications | RSS feed
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.3.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file tpjl-2021.4.3.tar.gz
.
File metadata
- Download URL: tpjl-2021.4.3.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc6adcb0d7f96145c5389ce184cfd5eef602950fecfe951307e03ad58c8fcd7d |
|
MD5 | 00476d46b82f3aa1ef2f55c331bcbe81 |
|
BLAKE2b-256 | 6bebbc2509c6807c7a9fbeb138f5688c468857b839ea5686d1190d84c7aa8acc |
File details
Details for the file tpjl-2021.4.3-py3-none-any.whl
.
File metadata
- Download URL: tpjl-2021.4.3-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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 019d634a51c1b5ef42ff20dd28a0c2d0b6f5de0bacb6346ee12e3b48bf79bff1 |
|
MD5 | 4c0af1d655b327b2a5602b8762f68895 |
|
BLAKE2b-256 | 343792cdbb2fae214c9c5ef3caa6c4c198789001fde13edbba3bc3ef8310d455 |