dmeranda / demjson

Python module for JSON data encoding, including jsonlint. See the project Wiki here on Github. Also read the README at the bottom of this page, or the project homepage at
http://deron.meranda.us/python/demjson/
Other
302 stars 76 forks source link

Correctly handle jsonlint._lintcheck()'s return #10

Closed mattboyer closed 9 years ago

mattboyer commented 9 years ago

This fixes a bug whereby jsonlint always returns 0 unless a KeyboardInterrupt is caught

dmeranda commented 9 years ago

I have opened Issue https://github.com/dmeranda/demjson/issues/12 to track this bug; you may subscribe to it if you want. This bug has been reported by multiple people and will be fixed shortly. Thanks for your suggested patch.