ffjson icon indicating copy to clipboard operation
ffjson copied to clipboard

Implement reflection based en/decoding for map[string]interface{}

Open klauspost opened this issue 10 years ago • 1 comments

Especially the decoder could benefit from an internal map[string]interface{} decoder, so we don't have to parse the json, then hand it to json.Unmarhal (which of course re-does the parsing).

klauspost avatar Apr 21 '15 09:04 klauspost

This seems related to https://github.com/pquerna/ffjson/pull/115, though fixing the issue there would require an internal interface{} decoder if I understand correctly.

robx avatar May 14 '15 12:05 robx