Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ksckaan1 committed Dec 12, 2024
1 parent 437898a commit 7eb6914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ if err != nil {
- Maps of all supported types (default: json decode)

> [!NOTE]
> If field type implements `encoding.TextUnmarshaler` or `json.Unmarshaler`, decodes this field using `UnmarshalText` or `UnmarshalJSON`.
> If field type implements `encoding.TextUnmarshaler`, decodes this field using `UnmarshalText` method.
>
> Otherwise, decodes this field using `encoding/json.Unmarshal` or parsing primitive value.

0 comments on commit 7eb6914

Please sign in to comment.