Commit Graph

75 Commits

Author SHA1 Message Date
Andrey Gubanov (his digital copy)
091450f3a2 bug fixes 2016-09-25 16:07:40 +03:00
Andrey Gubanov (his digital copy)
1d18f80902 bundle 2016-09-25 15:55:43 +03:00
Andrey Gubanov (his digital copy)
39f5c3dc89 add Doug's json parse and check for bad empty symbols and duplicates 2016-09-25 15:29:03 +03:00
Andrey Gubanov (his digital copy)
042f6b9507 add Doug's json parse and check for bad empty symbols and duplicates 2016-09-25 15:27:04 +03:00
Zachary Carter
f5cb6e7e98 1.6.2 2014-08-12 12:34:37 -07:00
Zachary Carter
b9a537a3c1 pretty print should exit with error code when invalid
Fixes issue #38.
2014-08-12 12:33:53 -07:00
Zachary Carter
5834ccff24 1.6.1 2014-08-12 12:03:37 -07:00
Zach Carter
957bf60ff3 Merge pull request #49 from diurnalist/feature/sort-arrays
Fix issue where objects nested in arrays would not have sorted keys
2014-08-12 12:01:22 -07:00
Jason Anderson
2b833324ba Fix issue where objects nested in arrays would not have sorted keys 2014-07-17 14:49:26 +02:00
Zach Carter
8cd6a4f3d2 Merge pull request #33 from louismrose/master
Add bower.json.
2013-08-08 23:26:30 -07:00
Louis Rose
271d8982d0 Add bower.json. 2013-08-06 14:07:52 +01:00
Zach Carter
57edf0b901 Merge pull request #31 from tmcw/master
Makefile should use local binaries, not global
2013-07-24 08:43:24 -07:00
Tom MacWright
a6a6ff142d Makefile should use local binaries, not global 2013-07-24 10:13:42 -04:00
Zachary Carter
09c10ae1ac Update readme with latest command-line arguments 2013-04-02 10:47:25 -07:00
Zachary Carter
fca1f5f846 1.6.0 v1.6.0 2013-04-02 10:44:25 -07:00
Zach Carter
f019341e15 Merge pull request #30 from teknogeek0/85bf286c795eeef6d17f1c89b646a94b5623e385
Add in the -q/--quiet option to the README.md so folks know its there.
2013-04-01 21:43:59 -07:00
Christopher Munns
85bf286c79 Adding in the -q/--quiet option to the Readme.md 2013-04-01 21:39:15 -04:00
Zach Carter
79b553fb65 Merge pull request #27 from lroggendorff/add-forceformat-option
Add forceformat option
2012-12-16 11:04:07 -08:00
Lance Roggendorff
59c36ad370 Merge branch 'fix-inplace-overwriting' into add-forceformat-option
* fix-inplace-overwriting:
  Fixing variable name when overwriting input file.
2012-09-12 23:12:25 -05:00
Lance Roggendorff
92ac817d17 Adding forceformat option: format invalid output just like jsonlint.com
When using jsonlint.com, even invalid JSON is pretty printed. It seemed
like a good option to have in the cli version as well. This is simply
inserting the char-by-char formatter from
https://github.com/umbrae/jsonlintdotcom and adding an option to cli.js.
2012-09-12 23:11:11 -05:00
Lance Roggendorff
0f3202370f Fixing variable name when overwriting input file.
It looks like at one time the variable referencing the input file was
'path', and later on it was changed to 'json', but the if
(options.inplace) block was never updated.
2012-09-12 22:55:26 -05:00
Zachary Carter
1d7ed8ab13 1.5.1 2012-08-22 10:37:25 -07:00
Zach Carter
5e02f8b8e0 Merge pull request #26 from gregglind/quiet25
added quiet mode #25
2012-08-22 10:34:16 -07:00
Gregg Lind
f2e1de3039 added quiet mode 2012-08-22 09:10:54 -05:00
Zach Carter
cdb7737033 Update master 2012-06-19 20:44:54 -07:00
Zachary Carter
5c5ad5acf0 1.5.0 v1.5.0 2012-05-28 15:14:43 -07:00
Zachary Carter
6af4143235 add schema validation 2012-05-28 15:14:09 -07:00
Zachary Carter
cb82cc205d 1.4.1 v1.4.1 2012-05-28 12:30:28 -07:00
Zachary Carter
3899996991 update bundle script 2012-05-28 12:30:05 -07:00
Zachary Carter
14a108f3a4 fix escaping of special characters (issue #22) 2012-05-28 12:27:08 -07:00
Zachary Carter
c07fb3db3b 1.4.0 v1.4.0 2012-05-27 14:34:50 -07:00
Zachary Carter
f88c4842ff fix Makefile 2012-05-27 14:34:29 -07:00
Zachary Carter
eca60bb22b update grammar for latest jison 2012-05-27 14:26:14 -07:00
Zachary Carter
4f24c338fa fix escaping bug with backslashes 2012-05-27 14:25:28 -07:00
Zachary Carter
f4d68f8fd1 Merge branch 'master' of github.com:zaach/jsonlint 2012-05-27 12:51:26 -07:00
Zach Carter
9eb4bd8260 add vim plugins 2012-05-27 12:41:24 -07:00
Zachary Carter
11e7192a72 appease jslint 2012-05-15 21:42:25 -07:00
Zachary Carter
c42d2abffc 1.3.2 v1.3.2 2012-05-15 19:53:48 -07:00
Zachary Carter
ee5c2d557c use stderr for errors 2012-05-15 19:53:35 -07:00
Zach Carter
2e869ca7ec Merge branch 'master' of github.com:zaach/jsonlint 2012-05-15 22:14:10 -04:00
Zach Carter
833a75648f MIT License 2012-05-15 19:04:46 -07:00
Zach Carter
efd1ae6071 1.3.1 2012-04-17 15:06:44 -04:00
Zach Carter
0653b731db update nomnom 2012-04-05 22:18:27 -04:00
Zach Carter
5cca03512e fix issue #16, normalize path 2012-04-05 22:13:44 -04:00
Zach Carter
4c65154163 Remove comment about top level primitives 2012-04-05 22:14:20 -03:00
Zach Carter
c21e8eb8de update version 2011-12-17 19:51:52 -05:00
Zach Carter
6d09e77ef9 Merge pull request #15 from millermedeiros/master
added compact output option to allow integrating into IDEs more easily (like Vim)
2011-12-17 16:48:38 -08:00
millermedeiros
1956caa5a4 add compact option to CLI and update flags to work with latest nomnom api. see #10 2011-12-16 13:45:52 -02:00
Zach Carter
5a52ba4662 change sys module to util 2011-11-21 20:19:34 -05:00
Zach Carter
1ff64514b6 update for node 0.6 2011-11-10 12:32:38 -05:00