This application converts JSON into Golang class mapping. Paste a JSON document and the equivalent Go code will be automatically generated. The code output utilises go.mongodb.org/mongo-driver/bson, and is ideal to be used to read/write into MongoDB.
The conversion is performed using Go module github.com/sindbach/json-to-bson-go.