I wrote yet another json parser. It may be a contender for fastest.

This page summarizes the projects mentioned and recommended in the original post on /r/golang

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • rjson

    A fast json parser for go

    I then began to wonder why nobody is using Ragel to make a general json parser for go. So I wrote one thinking I would run into problems and get my answer. There were some challenges along the way, but I never ran into the kind of problems I expected. I ended up with rjson.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • simdjson-go

    Golang port of simdjson: parsing gigabytes of JSON per second

    You can also try comparing with https://github.com/minio/simdjson-go. It does use a different API, however, would be good to compare nevertheless.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Use AVX512 in Golang

    3 projects | /r/golang | 21 Jan 2023
  • Sonic: A fast JSON serializing and deserializing library

    4 projects | news.ycombinator.com | 21 Nov 2021
  • Gjson: Get JSON values quickly – JSON parser for Go

    1 project | news.ycombinator.com | 29 Sep 2024
  • Show HN: Generate Go structs from multiple JSON objects

    1 project | news.ycombinator.com | 12 Sep 2024
  • Modern Unix Tool List

    3 projects | news.ycombinator.com | 19 Aug 2024

Did you konow that Go is
the 4th most popular programming language
based on number of metions?