RubyGems Navigation menu

json-stream 0.1.1

A finite state machine based JSON parser that generates events for each state change. This allows us to stream both the JSON document into memory and the parsed object graph out of memory to some other process. This is much like an XML SAX parser that generates events during parsing. There is no requirement for the document nor the object graph to be fully buffered in memory. This is best suited for huge JSON documents that won't fit in memory. For example, streaming and processing large map/reduce views from Apache CouchDB.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.0.0 - April 22, 2024 (11,5 ko)
  2. 0.2.2 - April 21, 2024 (11,5 ko)
  3. 0.2.1 - July 08, 2014 (18 ko)
  4. 0.2.0 - July 06, 2014 (17,5 ko)
  5. 0.1.3 - October 15, 2013 (13,5 ko)
  6. 0.1.1 - April 22, 2011 (12,5 ko)
Voir toutes les versions (8)

Propriétaires:

Auteurs:

  • David Graham

Total de contrôle SHA 256:

3bcdb2641ad24fe1c87eaafc76f987ea0a267a65e11884facd37fe5b2a73c53c

Total de téléchargements 2 479 619

Pour cette version 3 387

License:

aucune

Version de Ruby requise: >= 1.9.1

Liens: