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 b362254 commit 25dc2f9Copy full SHA for 25dc2f9
README.md
@@ -11,9 +11,9 @@ JSON serialization should never fail.
11
Prevent `JSON.serialize()` from:
12
13
- [Throwing](#exceptions)
14
-- [Changing types](#unexpected-types), [filtering](#filtered-values) or
15
- [changing values](#unresolved-values) unexpectedly
16
-- Returning a [very big output](#big-output)
+- [Changing types](#unexpected-types)
+- [Filtering](#filtered-values) or [transforming values](#unresolved-values)
+ unexpectedly
17
18
# Example
19
0 commit comments