Skip to main content

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)

Source distribution for yajs 1.0.2
File Size Uploaded
yajs-1.0.2.tar.gz 36.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for yajs 1.0.2
File Interpreter ABI Platform
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

Release history Release notifications | RSS feed

This release

1.0.2 This release

2 release files

1.0.1

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page