<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ds-pair.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'ds-pair.jsonserialize.php',
    1 => 'Ds\\Pair::jsonSerialize',
    2 => 'Returns a representation that can be converted to JSON',
  ),
  'up' => 
  array (
    0 => 'class.ds-pair.php',
    1 => 'Ds\\Pair',
  ),
  'prev' => 
  array (
    0 => 'ds-pair.isempty.php',
    1 => 'Ds\\Pair::isEmpty',
  ),
  'next' => 
  array (
    0 => 'ds-pair.toarray.php',
    1 => 'Ds\\Pair::toArray',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ds/ds/pair/jsonserialize.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ds-pair.jsonserialize" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Ds\Pair::jsonSerialize</h1>
  <p class="verinfo">(PECL ds &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">Ds\Pair::jsonSerialize</span> &mdash; <span class="dc-title">Returns a representation that can be converted to JSON</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ds-pair.jsonserialize-description">
  <h3 class="title">Description</h3>
  <p class="para">
   See <span class="function"><a href="jsonserializable.jsonserialize.php" class="function">JsonSerializable::jsonSerialize()</a></span>
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    You should never need to call this directly.
   </p>
  </p></blockquote>
 </div>


</div><?php manual_footer($setup); ?>