Getting specific nested JSON values

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
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
featured
  1. GJSON

    Get JSON values quickly - JSON parser for Go

    You can use gjson and access properties by JSON Path.

  2. 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
  3. bafi

    Universal JSON, BSON, YAML, CSV, XML, mt940 converter with templates

    Check my project https://mmalcek.github.io/bafi/ maybe it would help you better understand to interfaces ;)

  4. JSON-to-Go

    Translates JSON into a Go type in your browser instantly (original)

    1. Go to https://mholt.github.io/json-to-go/ and paste in your JSON.

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

  • Need help with getting the grandchild in nested JSON

    3 projects | /r/golang | 28 Feb 2023
  • Cannot unmarshal string to struct

    2 projects | /r/golang | 12 Mar 2021
  • Decoding JSON sum types in Go without panicking

    5 projects | news.ycombinator.com | 15 Mar 2025
  • Gjson: Get JSON values quickly – JSON parser for Go

    1 project | news.ycombinator.com | 29 Sep 2024
  • JSON to Go Struct Converter

    1 project | /r/golang | 8 Jul 2023

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