A simple JSON parsing tool that preprocesses and parses JSON strings.
Project description
llm-parse-json
A simple JSON parsing tool that preprocesses and parses JSON strings.
Installation
You can install the package via pip:
pip install llm-parse-json
from llm_parse_json import parse_json
json_str = '{"name": "John", "age": 30}'
result = parse_json(json_str)
print(result)
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
llm_parse_json-0.1.4.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file llm_parse_json-0.1.4.tar.gz
.
File metadata
- Download URL: llm_parse_json-0.1.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c197b7a63cfb6834e560aa3a6a4b2cd5b9e4940b65cbc0156bd478e31749f82e |
|
MD5 | 4928d71a017757e40db2b07e7fa9a6fb |
|
BLAKE2b-256 | e46d432c1d01adbd1c9e1de7b4cc17cc4857c54cb243e1429dbfb20aed49a351 |
File details
Details for the file llm_parse_json-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: llm_parse_json-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 155ab6a85def15ecd86b6328659f6a53bf7e5121a474d2a03f41b72ba7f0408b |
|
MD5 | b96376cde3e17939cc3c3e67f264a13f |
|
BLAKE2b-256 | dc217bba4cb5c78f6d018905eacf61222862f34f7a8c7076d5659741793d442d |