Skip to content

spsoft/spjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPJson is a simple stream-oriented JSON parser that supports pull-model and DOM-model JSON parsing. As the user passes it chunks of an JSON document, it identifies objects, arrays, or other entities and return the appropriate event. Chunks can range from one byte to the whole JSON document. Resulting DOM trees can be read, modified, and saved.

Changes in version 0.4 (11.05.2009)

  • Porting to win32 platform

Changes in version 0.3 (10.18.2009)

  • Bugfix for ProtoBuf codec

Changes in version 0.2 (10.07.2009)

  • ProtoBuf codec was added

Changes in version 0.1 (07.25.2008)

  • version 0.1 release

About

A JSON pull parser library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published