Skip to content

arnostpleskot/jsonlint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%