Refactor of utils module
Functions that did not belong in utils
were moved to more relevant modules. This change changes the interface for Tornado-JSON in quite a big way. The following changes were made (that are not backwards compatible).
api_assert
andAPIError
were moved totornado_json.exceptions
io_schema
was renamed validate and moved totornado_json.schema