Comparing version
@@ -315,4 +315,3 @@ /* | ||
next(':'); | ||
if (Object.hasOwnProperty.call(object, key)) | ||
error('Duplicate key "' + key + '"'); | ||
// duplicate keys overwrite the previous value | ||
object[key] = value(); | ||
@@ -319,0 +318,0 @@ white(); |
@@ -6,3 +6,3 @@ { | ||
"author": "Christian Zangl", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"tags": [ | ||
@@ -9,0 +9,0 @@ "json", |
@@ -50,3 +50,3 @@ # hjson-js | ||
``` | ||
usage: hjson [-json] [INPUT] | ||
usage: hjson [OPTIONS] [INPUT] | ||
@@ -57,4 +57,4 @@ hjson can be used to convert JSON from/to Hjson. | ||
- without options: will output as Hjson. | ||
- with -json: will output as formatted JSON. | ||
- with -json=compact: will output as JSON. | ||
- with -j or -json: will output as formatted JSON. | ||
- with -c or -json=compact: will output as JSON. | ||
``` | ||
@@ -64,2 +64,2 @@ | ||
- run `hjson test.json > test.hjson` to convert to Hjson | ||
- run `hjson -json test.hjson > test.json` to convert to JSON | ||
- run `hjson -j test.hjson > test.json` to convert to JSON |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
21048
3.87%517
-0.19%