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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?