Verify JSON Data

Burak Arslan burak.arslan at arskom.com.tr
Mon May 26 11:28:42 EDT 2014


On 26/05/14 16:26, gaurangnshah at gmail.com wrote:
> 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.
>

Hi,

Spyne re-implements (a useful subset of) Xml Schema validation so that 
it can be applied to other document formats like json. It's 'soft' 
validation in Spyne's terms.

http://spyne.io

Disclosure: I'm the author of Spyne and starting to feel like I'm 
talking a little bit too much about my project on this list :)

Hth,
Burak




More information about the Python-list mailing list