An HTTP API must reject misspelled JSON fields instead of silently ignoring them. Which d…

from Go
intermediate 1 min

An HTTP API must reject misspelled JSON fields instead of silently ignoring them. Which decoder setup enforces that contract?

Report an error