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 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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tpjl-2021.4.4.tar.gz.
File metadata
- Download URL: tpjl-2021.4.4.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 |
41a7453e486d0040db3c0d865440e1f02bbbd172ab041668250fc8dc6f951a2c
|
|
| MD5 |
663d68f361e7947f01e2f609c0636fea
|
|
| BLAKE2b-256 |
6eae89ed6e7efca8ffcde935a6e56a23eae595de5042bd5965e955e01cb7e2f9
|
File details
Details for the file tpjl-2021.4.4-py3-none-any.whl.
File metadata
- Download URL: tpjl-2021.4.4-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
cc106dfd414458aaa265282b1a29e125245e186299411601b47a0ce432658f7a
|
|
| MD5 |
5540421ff46f3368a74faa26d4621d2e
|
|
| BLAKE2b-256 |
dc221342bc8c1ea6e64b4f5bbaedf7c7aa9c916dcd753823030ead56719c3110
|