Python Binding for Fuzzy JSON Parser (fson)
Project description
Fuzzy JSON parser, python binding
Usage
import fuzzy_json
data = fuzzy_json.loads(
"""
The data is
{
'x': nil,
'a dog': [], // trailing comma is ok
}.
"""
)
print(data)
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
fuzzy-json-0.1.0.tar.gz
(3.0 kB
view details)
File details
Details for the file fuzzy-json-0.1.0.tar.gz
.
File metadata
- Download URL: fuzzy-json-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3adfe822c638dc020db99480b552c135d662a7be2c88d14c4fa4d5f7172483be |
|
MD5 | 52bba2969bbaded85606313d7aec5589 |
|
BLAKE2b-256 | 784763aac0fda6f6d1249d64a48823b8cdc495e5728bef1c1a2d27a1957232b9 |