Verify JSON Data

gaurangnshah at gmail.com gaurangnshah at gmail.com
Mon May 26 10:26:20 EDT 2014


Hi Guys, 

Would someone let me know how to verify JSON data in python. There are so many modules available to verify XML file, however i didn't find any good module to verify JSON Data. 

After searching on the internet i came across JSON module, however it only coverts the JSON data to python. it's good, however the problem comes when JSON response is very large.  

Is there any module through which i can verify JSON file like DOM or Object oriented way. ( i.e. data.key)



More information about the Python-list mailing list