Ian Lewis Ian Lewis is a web developer living in Tokyo Japan. His current interests are in Django, python, alternative databases and rapid web application development.
About Me...

jsonschema 0.2 alpha

I just released a new version of jsonschema 0.2 alpha over at http://code.google.com/p/jsonschema The source can be downloaded here: jsonschema-0.2a.tar.gz The documentation can be found here: jsonschema (version 0.2a) documentation The new release includes the following notable changes. * The additionalProperties attribute is now validated. * Using schemas in the type attribute now w[...]

jsonschema mentioned on json.com

Kris Zyp (the author of the JSONSchema proposal) mentioned jsonschema on his blog at json.com. Thanks Kris!!

JSON Schema Validator 0.1a for Python

I just released the first version for a project that I've been working on since the Python Onsen. It's a validator for JSON Schema written in Python. It's based on the JSON Schema Proposal Second Draft. The source can be downloaded here: jsonschema-0.1a.tar.gz The source is on Bitbucket JSON Schema's purpose is to allow validation of JSON documents much like XML Schema, DTD. You can use it[...]