You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@
4
4
5
5
Deterministic `JSON.stringify()` - a faster version of [@epoberezkin](https://github.com/epoberezkin)'s [fast-json-stable-strigify](https://github.com/epoberezkin/fast-json-stable-stringify). Built with Typescript and modern Javascript.
6
6
7
+
## Requirements
8
+
9
+
NodeJS 10+ or broswer with ES2015 support.
10
+
7
11
## Features
8
12
9
-
- Support both browser and nodejs
13
+
- Support both browser and NodeJS
10
14
- Support custom comparator function
11
15
- No dependencies
12
16
@@ -104,7 +108,7 @@ Pass `true` in `opts.cycles` to stringify circular property as `__cycle__` - the
104
108
105
109
TypeError will be thrown in case of circular object without this option.
0 commit comments