8000 GitHub - flannelhead/jsmn-stream: A streaming JSON parser.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

flannelhead/jsmn-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsmn-stream

A streaming JSON parser based on jsmn by Serge Zaitsev. The code has been rewritten to take an input stream character by character and emit events to user supplied callbacks. Such a parsing scheme is especially beneficial on embedded systems where the whole parse tree (and possibly the whole JSON string) cannot be stored in RAM at once.

Examples

See the examples folder.

License

Like the original jsmn project, this one is licensed under the MIT license.

About

A streaming JSON parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0