Any way to convert unknown/dynamic json to generic object structure

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
  • GJSON

    Get JSON values quickly - JSON parser for Go

  • https://github.com/tidwall/gjson is a relatively sensible library if this is something you need to deal with and the structure is actually unknowable.

  • fastjson

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

  • 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
  • gabs

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

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

  • Ad hoc JSON parsing

    4 projects | /r/golang | 16 Jan 2023
  • Is there a way to parse unstructured data?

    6 projects | /r/golang | 27 Nov 2022
  • 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