G
gaurangnshah
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)
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)