JSON encoder/decoder supporting omitempty on structs

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

    reasonable handling of nullable values

  • Use-case: working on PATCH requests, the body may or may not contain nullable values. I am using guregu/null and I can't use a pointer because if the json contains "null" as a value, the pointer will be set to nil in the struct, instead of a value representing the presence of null. In short I can't differentiate the absence of the field in the request from the presence of the field with a null value.

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

  • Beginner interested in learning SQL. Have a few question that I wasn’t able to find on google.

    3 projects | /r/SQL | 6 Aug 2022
  • Using a json lib other than encoding/json

    2 projects | /r/golang | 23 Mar 2022
  • Using migrations with Golang

    5 projects | dev.to | 17 Apr 2024
  • Show HN: I built jq-like scriptable tool to query CSV and JSON with SQLite

    3 projects | news.ycombinator.com | 24 Feb 2024
  • To a Man with `Jq`, Everything Looks Like JSON

    7 projects | news.ycombinator.com | 8 Dec 2023