fast-json-stringify
fast-json-stringify copied to clipboard
perf: avoid addComma when not necessary
Just a small performance improvements when an object contains only one key or an array only one item
Side note: the benchmark don't cover this case