yajs
yajs is a simple package that provides a wrapper to the YAJL JSON lexer functions that allow tokenization of streams of JSON data without having to buffer up the whole data.
Examples:
>>> from cStringIO import StringIO
>>> from yajs import tokenize
>>> for token in tokenize(StringIO('[1, 2, 3]')):
... print token
...
('start_array', None)
('value', 1)
('value', 2)
('value', 3)
('end_array', None)
Release files for yajs 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| yajs-1.0.2.tar.gz | 36.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yajs-1.0.2-py2-none-macosx_10_11_intel.whl | Python 2 | none | macOS 10.11+ Intel (x86-64, i386) | Details |
Total release size: 73.1 kB
Release files / yajs-1.0.2.tar.gz
| Download URL | yajs-1.0.2.tar.gz |
|---|---|
| Size | 36.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f0489ca0a7482d9292a56afe203c8281147d31ac58983132f509c33fc9eacfe3
|
|
BLAKE2b-256 checksum How to use checksums |
b20ae2933024332fc2fca94d01a08e148829880c495f1ef77f562f7e6bbdda58
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / yajs-1.0.2-py2-none-macosx_10_11_intel.whl
| Download URL | yajs-1.0.2-py2-none-macosx_10_11_intel.whl |
|---|---|
| Size | 36.5 kB |
| Tags | Python 2 macOS 10.11+ Intel (x86-64, i386) |
|
SHA-256 checksum How to use checksums |
6148f8a0e782cc3f67e468e3fbc38ee6deff1e59db6d977d039fc18aadccab4a
|
|
BLAKE2b-256 checksum How to use checksums |
5a35432ca9aed6dd3207cd79f18a6bd5bd11877a0049844c1354a6d4f5169753
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |