<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.json.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.json.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.json.php',
    1 => 'JSON',
  ),
  'prev' => 
  array (
    0 => 'book.json.php',
    1 => 'JSON',
  ),
  'next' => 
  array (
    0 => 'json.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/json/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.json" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This extension implements the <a href="http://www.json.org/" class="link external">&raquo;&nbsp;JavaScript Object Notation (JSON)</a>
   data-interchange format. PHP comes with a parser 
   that is specifically written for PHP and licensed under the
   PHP license.
  </p>
  
 <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
  <p class="para">
   PHP реалізує повний набір JSON, як визначено в стандарті <a href="https://datatracker.ietf.org/doc/html/rfc7159" class="link external">&raquo;&nbsp;RFC 7159</a>.
  </p>
 </p></blockquote>

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