jsonarray

Streaming decoder for JSON arrays

  • 所有者: tv42/jsonarray
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

jsonarray -- Streaming decoder for JSON arrays

Go library for decoding very large or streaming JSON arrays.

Many streaming JSON APIs give you newline-separated JSON. That's easy
to parse, just keep calling
json.Decoder.Decode.

Sometimes, streaming APIs, and especially JSON databases, just return
a very large JSON array as their result. This is not as easy to
handle. jsonarray makes it easy.

(If the large array isn't the outermost JSON object, that's still
harder to get right. Ideas for API that can handle that are welcome.)

Use the Go import path

github.com/tv42/jsonarray

Documentation at http://godoc.org/github.com/tv42/jsonarray

主要指標

概覽
名稱與所有者tv42/jsonarray
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2014-08-20 16:54:10
推送於2014-08-20 17:04:42
最后一次提交2014-08-20 10:04:34
發布數0
用户参与
星數37
關注者數2
派生數1
提交數2
已啟用問題?
問題數1
打開的問題數1
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?