Skip to content

sarum90/qjsonrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qjsonrs

A Rust implementation of a JSON Tokenizer.

Warning

This crate is still very unstable, and probably going to have many breaking changes while in the 0.x.y versions.

Motivation

Streaming tokenization for handling large JSON payloads which can be processed without loading the whole JSON object into memory.

Iterator interface.

The steam of JsonTokens emitted by this crate unfortunately cannot quite provide the Iter interface. The reason is: the emitted JsonTokens refer to an internal buffer of the stream, and thus maintain a reference to the stream.

The iterator returns Results, to enable reporting of IO or JSON encoding errors.

About

JSON Tokenizer written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published