Upstream: vmihailenco#314
A nested map with integer keys (e.g., map[int]map[int]interface{}) encoded by the library cannot be decoded back. The decoder tries to decode the inner map as map[string]interface{} and fails with invalid code=0 decoding string/bytes length. SetMapDecoder with UntypedMap does not help.
Related: Our #5 (upstream vmihailenco#372) and #17 (upstream vmihailenco#327).
Upstream: vmihailenco#314
A nested map with integer keys (e.g.,
map[int]map[int]interface{}) encoded by the library cannot be decoded back. The decoder tries to decode the inner map asmap[string]interface{}and fails withinvalid code=0 decoding string/bytes length.SetMapDecoderwithUntypedMapdoes not help.Related: Our #5 (upstream vmihailenco#372) and #17 (upstream vmihailenco#327).