easyjson
easyjson copied to clipboard
Any docs on how to use easyjson for unmarshaling to map[string]interface{}?
Easyjson is codegenerator for structs, not for dynamic data with unknown structure. Unmarshal to map[string]interface{}
directry is impossible, use default encoding/json for it.
Reopen as reminder to add documentation about it