TinyGo Reflection?

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

    A Go code generator for MessagePack / msgpack.org[Go]

  • easyjson

    Fast JSON serializer for 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.

    InfluxDB logo
  • tinygo

    make json.Unmarshal work in tinygo (by json-iterator)

  • fastjson

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

  • Another option is to use what I like to call "Lazy" decoders, like https://github.com/valyala/fastjson which will work with TinyGo, but doesn't have the same type of API as the standard lib (or alternatives) in terms of Marshaling and Unmarshalling. Instead you "Parse" a JSON object, and use Getters to access the types you want.

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

  • Object-oriented JSON in Go

    2 projects | /r/golang | 12 Apr 2023
  • High-performance JSON parsing in Go

    4 projects | /r/golang | 8 Mar 2023
  • json.Decoder, ways to skip first tokens.

    1 project | /r/golang | 19 Feb 2023
  • strconv.ParseFloat() faster altrernatives

    1 project | /r/golang | 4 Oct 2022
  • sonic - A blazingly fast JSON serializing & deserializing library

    4 projects | /r/golang | 20 Nov 2021