@buzuli/json
Advanced tools
Comparing version
@@ -55,3 +55,3 @@ module.exports = json | ||
const prefix = (indenting && depth) > 0 ? '\n' : '' | ||
write(`${prefix}${indentation.repeat(depth)}${key ? '"' + colorKey(qesc(key)) + '": ' : ''}`) | ||
write(`${prefix}${indentation.repeat(depth)}${key ? '"' + colorKey(qesc(key)) + (indenting ? '": ' : '":') : ''}`) | ||
@@ -58,0 +58,0 @@ if (value === null) { |
{ | ||
"name": "@buzuli/json", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/json.js", |
5020
0.42%