Skip to content

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

Open
@klauspost

Description

@klauspost

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions