Please tell me how are you working with JSON in go?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • JSON-to-Go

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

  • also working with json and struct this tool is invaluable for working witgh large datasets: https://mholt.github.io/json-to-go/. it converts json into a structs that'll work in go and should help a lot.

  • jsonreflect

    JSON reflection for Go (WIP)

  • Instead of deserialise it to map of interfaces, I created a package that works as Go’s reflect package but for JSON - https://github.com/x1unix/jsonreflect

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gojsonschema

    An implementation of JSON Schema, draft v4 v6 & v7 - Go language

  • Take a look at this: https://github.com/xeipuuv/gojsonschema

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

  • JSON to Go Struct Converter

    1 project | /r/golang | 8 Jul 2023
  • Need a pointer on how I can unmarshal this json

    1 project | /r/golang | 24 May 2023
  • Is there a library or tool I can use to avoid manually setting json keys i.e. ‘json:”name”’ next to fields in structs?

    1 project | /r/golang | 10 Apr 2023
  • Do we have any vscode plugin to convert json to struct in Go?

    1 project | /r/golang | 31 Mar 2023
  • How does Go perform in comparison to .NET, Java or PHP in terms of web dev?

    1 project | /r/golang | 27 Feb 2023