jsonlint
jsonlint copied to clipboard
support module interface reading file paths
If you like the change I can add tests too
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.