How to have error if extra field found in JSON? Is there a way to use `validate="true"` to fail if struct field name not found in JSON? Thanks
How to have error if extra field found in JSON?
Is there a way to use
validate="true"to fail if struct field name not found in JSON?Thanks