module.exports = (contents, callback) ->
	callback(null, JSON.parse(contents))
	