Skip to content
 
 

Latest commit

 

History

74 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Lint

Fork of pure JavaScript jsonlinter by Zach Carter where is used callback function instead of .parseError property.

##Example of usage

var jsonlint = require('jsonlint');
var jsonToParse = '{
    iAm: "JSON"
}'

jsonlint.parse(jsonToParse, function(errorMessage, hash) {
	//Do whatever you want with returned error
})

About

A JSON parser and validator with a CLI.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages