Categorygithub.com/mukappalambda/go-examplesexamplesjson-processingjsonunmarshal-json-without-schema
package
0.0.0-20241219012652-6f02d0cd6037
Repository: https://github.com/mukappalambda/go-examples.git
Documentation: pkg.go.dev
# README
Unmarshal JSON Without Schema
The key is to declare such a data structure:
var data map[string]interface{}
go run main.go