map[string]interface{} decoder

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

    ever wanted to grab stuff from map[string]interface{} ??

  • So I built this: https://github.com/tbal999/mapStringInterfaceDecoder

  • mapstructure

    Go library for decoding generic map values into native Go structures and vice versa.

  • What do you mean by "decode"? I've used https://github.com/mitchellh/mapstructure but that doesn't quite look like what you're doing.

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

    Get JSON values quickly - JSON parser for Go

  • Reading and navigating arbitrary JSON: I've used https://github.com/tidwall/gjson, many others like https://github.com/buger/jsonparser are also out there.

  • jsonparser

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

  • Reading and navigating arbitrary JSON: I've used https://github.com/tidwall/gjson, many others like https://github.com/buger/jsonparser are also out there.

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

  • Question about Unmarshalling

    3 projects | /r/golang | 19 Jul 2022
  • Struggling to get JSON response data into usable struct

    2 projects | /r/golang | 6 Jul 2023
  • The state of Java Object Serialization libraries in Q2 2023

    5 projects | /r/java | 7 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
  • Which CPU to buy based on profiling

    1 project | /r/golang | 27 Mar 2023