Browsed by
Tag: JSON

Validating JSON – JSONLint

Validating JSON – JSONLint

Periodically when I am working with JSON or writing a tutorial I get an error that complains that the JSON is not valid such as the one below. When this occurs I will use a site such as JSONLint to validate the JSON and try to pinpoint the error. For example look at the below where I left out a quote by mistake. JSONLint highlighted the line and helped me narrow down the error. Once it is all polished off,…

Read More Read More