Friday, March 13, 2015

Validate JSON

Using JSON validate validation of  your JSON data can be done. You can either validate your JSON document online or can download a copy and install it in your local machine for validation purpose.

Example:

[NOTE: please validate the script from any tools found in internet]
 [  
  {  
     "title": "PHP",  
     "description": "Hypertext Preprocessor"  
   },  
 {  
     "title": "JSON",  
     "description": "JavaScript Object Notation"  
   },  
   {  
     "title": "HTML",  
     "description": "Hypertext Markup Language"  
   },  
   {  
     "title": "CSS",  
     "description": "Cascading Style Sheet"  
   }  
 ]

No comments:

Post a Comment