High-performance JSON parsing in Go

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. fastjson

    Fast JSON parser and validator for Go. No custom structs, no code generation, no reflection (by valyala)

    It relies heavily on bytes.IndexOf for which Go provides SIMD optimizations transparently. However, it has some correctness issues when parsing malformed json that might need to be addressed. Generally it is recommended to be used with trusted json documents for internal services and may require further testing before being used to parse arbitrary json documents.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. gabs

    For parsing, creating and editing unknown or dynamic JSON in Go

    Nice article, I've often found gabs very useful for parsing structless/dynamic json

  4. sonic

    A blazingly fast JSON serializing & deserializing library (by bytedance)

    The article inside does not mention this.

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

  • Object-oriented JSON in Go

    2 projects | /r/golang | 12 Apr 2023
  • json.Decoder, ways to skip first tokens.

    1 project | /r/golang | 19 Feb 2023
  • strconv.ParseFloat() faster altrernatives

    1 project | /r/golang | 4 Oct 2022
  • sonic - A blazingly fast JSON serializing & deserializing library

    4 projects | /r/golang | 20 Nov 2021
  • Faster time parsing

    1 project | /r/golang | 4 Oct 2021

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