You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not export "main" method, which requires other NPM modules (d8af36a)
Features
Accept single quotes (apostrophes) as string delimiters (240b8cd)
BREAKING CHANGES
The "main" method providing a command-line interface importable from other module has been removed. If you used it, have a look at the command-line interface in lib/cli. You can import this module in instead and it offers a richer interface, than the previously exported "main" method. The lib/cli module is mapped to bin/jsonlint too. However, consider the default library export (lib/jsonlint) for programmatic usage. You will pack less JavaScript code and use smalker, mode programmer-oriented interface.