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 5747e9f commit e798bb5Copy full SHA for e798bb5
README.md
@@ -10,6 +10,8 @@
10
11
> Deterministic version of `JSON.stringify()`, so you can get a consistent hash from stringified results.
12
13
+Similar to [json-stable-stringify](https://github.com/substack/json-stable-stringify) *but*:
14
+
15
- No Dependencies. Minimal as possible.
16
- Better cycles detection.
17
- Support serialization for object without `.toJSON` (such as `RegExp`).
0 commit comments