We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce66e87 commit ec960d6Copy full SHA for ec960d6
1 file changed
src/serial.md
@@ -29,6 +29,8 @@ js::object(v)
29
js::stringify(v)
30
```
31
32
+It is an error if while deserializing a required field (one whose type has no default value) is missing from the input.
33
+
34
`stringify` also accepts an options object for pretty formatting.
35
36
### Rename
0 commit comments