You are here

json.inc in RESTful 7

File

plugins/formatter/json/json.inc
View source
<?php

$plugin = array(
  'label' => t('Simple JSON'),
  'description' => t('Encode using the JSON format.'),
  'name' => 'json',
  'class' => 'RestfulFormatterJson',
);