RubyGems Navigation menu

json-stream 0.1.2

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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - April 22, 2024 (11.5KB)
  2. 0.2.2 - April 21, 2024 (11.5KB)
  3. 0.2.1 - July 08, 2014 (18KB)
  4. 0.2.0 - July 06, 2014 (17.5KB)
  5. 0.1.3 - October 15, 2013 (13.5KB)
  6. 0.1.2 - April 22, 2011 (12.5KB)
全てのバージョンを表示(全8件)

所有者:

作者:

  • David Graham

SHA 256チェックサム:

dc43ee1031383bb324ce3ad603b990ce39eb5286606bece9c295ec7594b2dc8e

累計ダウンロード数 2,469,926

このバージョンのみ 4,864

ライセンス:

N/A

必要なRubyのバージョン: >= 1.9.1

リンク: