3 * JSON Schema Content Handler
7 * @author Ori Livneh <ori@wikimedia.org>
8 * @author Kunal Mehta <legoktm@gmail.com>
14 class JsonContentHandler
extends CodeContentHandler
{
16 public function __construct( $modelId = CONTENT_MODEL_JSON
) {
17 parent
::__construct( $modelId, array( CONTENT_FORMAT_JSON
) );
23 protected function getContentClass() {