We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc60ea7 commit 7aaf5e0Copy full SHA for 7aaf5e0
README.md
@@ -97,7 +97,7 @@ if res.Name == "" {
97
// true if `"name"` is either not present or explicitly null
98
res.JSON.Name.IsNull()
99
100
- // true if the `"name"` key was not present in the repsonse JSON at all
+ // true if the `"name"` key was not present in the response JSON at all
101
res.JSON.Name.IsMissing()
102
103
// When the API returns data that cannot be coerced to the expected type:
0 commit comments