Dynamic JSON schemas in Go (part 1) : optional fields
It is sometimes necessary to work with JSON objects using a dynamic schema : optional fields, fields having dynamic types, …
In this first part, we’ll start with the easy part : generating JSON with optional…