Go json-parser

Open-source Go projects categorized as json-parser

Top 10 Go json-parser Projects

json-parser
  1. GJSON

    Get JSON values quickly - JSON parser for Go

    Project mention: Decoding JSON sum types in Go without panicking | news.ycombinator.com | 2025-03-15

    BTW double unmarshalling (and double marshalling) can be quite slow, so to speed up determining the object type you can extract the type field e.g. by using https://github.com/tidwall/gjson. It can be easily 10x faster for this kind of scenario

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. jsoniter

    A high-performance 100% compatible drop-in replacement of "encoding/json" (by json-iterator)

    Project mention: Go Performance: Pequenas mudanças que ajudam a melhorar o desempenho do seu app | dev.to | 2024-07-30
  4. jsonparser

    One of the fastest alternative JSON parser for Go that does not require schema

  5. easyjson

    Fast JSON serializer for golang.

    Project mention: Avoiding Boilerplate: Using Generics and Reflection for JSON Parsing in Go 1.18+ | dev.to | 2025-04-25

    Tools like easyjson generate optimized parsing code:

  6. fastjson

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

  7. jstream

    Streaming JSON parser for Go

  8. ajson

    Abstract JSON for Golang with JSONPath support

  9. 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
  10. hocon

    go implementation of lightbend's HOCON configuration library https://github.com/lightbend/config

  11. jsonc

    Golang (v1.13+) JSON5 preprocessor supporting comments, trailing comma, unquoted key/single-quoted string, hex number, trailing decimal point, literal newlines and more. (by adhocore)

  12. json-parser

    A JSON parser written in Go. (by biraj21)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go json-parser discussion

Log in or Post with

Go json-parser related posts

  • Gjson: Get JSON values quickly – JSON parser for Go

    1 project | news.ycombinator.com | 29 Sep 2024
  • Introducing astjson: Transform and Merge JSON Objects with Unmatched Speed in Go

    3 projects | dev.to | 29 Nov 2023
  • What's the best way to unmarshall this nested JSON?

    3 projects | /r/golang | 29 Jun 2023
  • Modification of json string without deserialisation into map/struct

    3 projects | /r/golang | 5 Jun 2023
  • Object-oriented JSON in Go

    2 projects | /r/golang | 12 Apr 2023
  • Best approach for a monolithic web app?

    2 projects | /r/golang | 9 Apr 2023
  • Mapping json fields in api calls to a struct to store them in a database or cache

    1 project | /r/golang | 28 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 26 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source json-parser projects in Go? This list will help you:

# Project Stars
1 GJSON 14,879
2 jsoniter 13,700
3 jsonparser 5,525
4 easyjson 4,662
5 fastjson 2,345
6 jstream 582
7 ajson 267
8 hocon 84
9 jsonc 18
10 json-parser 17

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

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