<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.other.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'book.json.php',
    1 => 'JSON',
    2 => 'JavaScript Object Notation',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Інші базові розширення',
  ),
  'prev' => 
  array (
    0 => 'function.igbinary-unserialize.php',
    1 => 'igbinary_unserialize',
  ),
  'next' => 
  array (
    0 => 'intro.json.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/json/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.json.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.json" class="book">
 
 <h1 class="title">JavaScript Object Notation</h1>
 

 

 







 




 




 




 









<ul class="chunklist chunklist_book"><li><a href="intro.json.php">Вступ</a></li><li><a href="json.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="json.installation.php">Встановлення</a></li></ul></li><li><a href="json.constants.php">Попередньо визначені константи</a></li><li><a href="class.jsonexception.php">JsonException</a> — The JsonException class</li><li><a href="class.jsonserializable.php">JsonSerializable</a> — The JsonSerializable interface<ul class="chunklist chunklist_book chunklist_children"><li><a href="jsonserializable.jsonserialize.php">JsonSerializable::jsonSerialize</a> — Specify data which should be serialized to JSON</li></ul></li><li><a href="ref.json.php">Функції JSON</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.json-decode.php">json_decode</a> — Decodes a JSON string</li><li><a href="function.json-encode.php">json_encode</a> — Returns the JSON representation of a value</li><li><a href="function.json-last-error.php">json_last_error</a> — Returns the last error occurred</li><li><a href="function.json-last-error-msg.php">json_last_error_msg</a> — Returns the error string of the last json_validate(), json_encode() or json_decode() call</li><li><a href="function.json-validate.php">json_validate</a> — Checks if a string contains valid JSON</li></ul></li></ul></div><?php manual_footer($setup); ?>