Views: 20.9K
Replies: 4
Archived
|
What is the best approach to validate JSON dataPlease suggest what approach should be taken to validate JSON data client side.
Nagendra Mirajkar, May 25, 2011
|
|
Reply 1Thanks
Adam Le02, May 02, 2018
|
|
Reply 2thanks
Hopper Yelena, Dec 12, 2017
|
|
Reply 3Validator: JSON formatter
Stuart Jones, Sep 07, 2017
|
|
Reply 4For basic validation http://jsonlint.com/
For schema validation here's a couple of links that may be helpful http://davidwalsh.name/json-validation http://code.google.com/p/jsonschema/ NOTE: JSON schema is still in the draft mode. Rajesh Pillai, May 29, 2011
|