jsonlint icon indicating copy to clipboard operation
jsonlint copied to clipboard

support module interface reading file paths

Open CADBOT opened this issue 7 years ago • 2 comments

Added fix for issue 110

CADBOT avatar Jun 15 '18 21:06 CADBOT

If you like the change I can add tests too

CADBOT avatar Jun 15 '18 21:06 CADBOT

This change breaks the parse method. If a string like "./x" is passed to it, the method should fail with an invalid JSON input. Not trying to be smart and trying to handle the input string as a file path.

prantlf avatar May 18 '19 20:05 prantlf