High-performance JSON parsing in Go

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • 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

  • 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 konow that Go is
the 4th most popular programming language
based on number of metions?