jsonarray

Streaming decoder for JSON arrays

  • Owner: tv42/jsonarray
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownertv42/jsonarray
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2014-08-20 16:54:10
Pushed At2014-08-20 17:04:42
Last Commit At2014-08-20 10:04:34
Release Count0
用户参与
Stargazers Count37
Watchers Count2
Fork Count1
Commits Count2
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private