Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72100

Re: Verify JSON Data

Newsgroups comp.lang.python
Date 2014-05-26 21:28 -0700
References <e26d3f14-ac97-4abd-bdfc-699d9ed2175c@googlegroups.com> <lm01ie$e6t$1@reader1.panix.com>
Message-ID <1e5a57c8-d014-4c04-9bbf-a1bd7e3cd5f1@googlegroups.com> (permalink)
Subject Re: Verify JSON Data
From Rustom Mody <rustompmody@gmail.com>

Show all headers | View raw


On Tuesday, May 27, 2014 12:05:58 AM UTC+5:30, Grant Edwards wrote:
> On 2014-05-26, gaurang shah  wrote:
> > Would someone let me know how to verify JSON data in python.

> Parse the file into a data structure with whatever parser you like,
> then write a program to go thorugh the data structure and verify it.

> > There are so many modules available to verify XML file, however i
> > didn't find any good module to verify JSON Data.

> XML has various "schema" languages which can be used to write a
> definition of what is valid and what isn't valid.

> There really is anything like that in widespread use for JSON.

Google offers:

https://pypi.python.org/pypi/jsonschema
http://python-jsonschema.readthedocs.org/en/latest/validate/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Verify JSON Data gaurangnshah@gmail.com - 2014-05-26 07:26 -0700
  Re: Verify JSON Data Roy Smith <roy@panix.com> - 2014-05-26 11:19 -0400
    Re: Verify JSON Data Gene Heskett <gheskett@shentel.net> - 2014-05-26 11:37 -0400
      Re: Verify JSON Data Roy Smith <roy@panix.com> - 2014-05-26 11:55 -0400
        Re: Verify JSON Data Chris Angelico <rosuav@gmail.com> - 2014-05-27 02:02 +1000
        Re: Verify JSON Data Gene Heskett <gheskett@shentel.net> - 2014-05-26 12:43 -0400
    Re: Verify JSON Data Chris Angelico <rosuav@gmail.com> - 2014-05-27 01:58 +1000
    Re: Verify JSON Data Chris Angelico <rosuav@gmail.com> - 2014-05-27 02:00 +1000
  Re: Verify JSON Data Burak Arslan <burak.arslan@arskom.com.tr> - 2014-05-26 17:28 +0200
  Re: Verify JSON Data Denis McMahon <denismfmcmahon@gmail.com> - 2014-05-26 15:43 +0000
  Re: Verify JSON Data Gene Heskett <gheskett@shentel.net> - 2014-05-26 12:44 -0400
  Re: Verify JSON Data Grant Edwards <invalid@invalid.invalid> - 2014-05-26 18:35 +0000
    Re: Verify JSON Data Rustom Mody <rustompmody@gmail.com> - 2014-05-26 21:28 -0700

csiph-web