francoispqt / gojay

high performance JSON encoder/decoder with stream API for Golang
MIT License
2.11k stars 112 forks source link

how to parse big array use stream api #121

Closed isghost closed 5 years ago

isghost commented 5 years ago
[
  {
    "name": "xiaoming",
    "age": 12,
    "profile": {
      "size": 11
    }
  },
  {
    "name": "xiaohong",
    "age": 13
  },
  {
    "name": "xiaohai",
    "age": 14
  }
]
dimchansky commented 4 years ago

Any example on how to parse big array using stream API?