Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kashifrazzaqui committed Aug 11, 2015
1 parent a7ad11f commit 64f8120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
json-streamer [![Build Status](https://travis-ci.org/kashifrazzaqui/json-streamer.svg?branch=master)](https://travis-ci.org/kashifrazzaqui/json-streamer)
=============
jsonstreamer provides a SAX-like push parser via the JSONStreamer class and a 'object' parser via the
ObjectStreamer class which emits top level entities in any JSON object. Based on the fast c libary 'yajl'
ObjectStreamer class which emits top level entities in any JSON object. Based on the fast c libary 'yajl'.
Great for parsing streaming json over a network as it comes in or json objects that are too large to hold in memory altogether.

### Dependencies

Expand Down

0 comments on commit 64f8120

Please sign in to comment.