Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'schema': 0.05; 'json': 0.07; 'disclosure:': 0.09; 'subset': 0.09; 'burak': 0.16; 'from:addr:arskom.com.tr': 0.16; 'from:addr:burak.arslan': 0.16; 'from:name:burak arslan': 0.16; 'guys,': 0.16; 'message- id:@arskom.com.tr': 0.16; 'of)': 0.16; 'received:arskomhosting.com': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'module': 0.19; 'file,': 0.19; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'to:no real name:2**1': 0.29; 'xml': 0.29; "i'm": 0.30; 'terms.': 0.31; 'there': 0.35; "didn't": 0.36; 'useful': 0.36; 'hi,': 0.36; 'too': 0.37; 'list': 0.37; 'project': 0.37; 'starting': 0.37; 'to:addr :python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'email addr:gmail.com': 0.63; 'talking': 0.65; 'to:addr:gmail.com': 0.65 Date: Mon, 26 May 2014 17:28:42 +0200 From: Burak Arslan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: gaurangnshah@gmail.com, python-list@python.org Subject: Re: Verify JSON Data References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401118130 news.xs4all.nl 2833 [2001:888:2000:d::a6]:54594 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72070 On 26/05/14 16:26, gaurangnshah@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