JSON array with two different json objects

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

    Marshmallow provides a flexible and performant JSON unmarshalling in Go. It specializes in dealing with unstructured struct - when some fields are known and some aren't, with zero performance overhead nor extra coding needed. (by PerimeterX)

  • I believe this was one of the reasons for marshmallow being written: https://github.com/PerimeterX/marshmallow The idea to partially unmarshal, inspect the type field, and then make a second pass.

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

  • Handling high-traffic HTTP requests with JSON payloads

    5 projects | /r/golang | 7 Dec 2023
  • Why Go is the Future of Backend Development

    1 project | /r/programming | 18 May 2023
  • Help with calling function dynamically based on name

    1 project | /r/golang | 16 Aug 2022
  • Marshmallow - a JSON unmarshalling library for flexible use cases like some known and some unknown fields, or prevention of data loss

    2 projects | /r/golang | 13 Jul 2022
  • How to use Templ with Goravel

    3 projects | dev.to | 4 May 2024