<?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.simdjson.php',
    1 => 'Simdjson',
    2 => 'Simdjson',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Інші базові розширення',
  ),
  'prev' => 
  array (
    0 => 'function.json-validate.php',
    1 => 'json_validate',
  ),
  'next' => 
  array (
    0 => 'intro.simdjson.php',
    1 => 'Вступ',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/simdjson/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.simdjson.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.simdjson" class="book">
 
 <h1 class="title">Simdjson</h1>
 

 

 



 



 




 



 



<ul class="chunklist chunklist_book"><li><a href="intro.simdjson.php">Вступ</a></li><li><a href="simdjson.setup.php">Встановлення/налаштування</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="simdjson.installation.php">Встановлення</a></li></ul></li><li><a href="simdjson.constants.php">Попередньо визначені константи</a></li><li><a href="ref.simdjson.php">Simdjson Функції</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.simdjson-decode.php">simdjson_decode</a> — Decodes a JSON string</li><li><a href="function.simdjson-is-valid.php">simdjson_is_valid</a> — Check if a JSON string is valid</li><li><a href="function.simdjson-key-count.php">simdjson_key_count</a> — Returns the value at a JSON pointer.</li><li><a href="function.simdjson-key-exists.php">simdjson_key_exists</a> — Check if the JSON contains the value referred to by a JSON pointer.</li><li><a href="function.simdjson-key-value.php">simdjson_key_value</a> — Decodes the value of a JSON string located at the requested JSON pointer.</li></ul></li><li><a href="class.simdjsonexception.php">SimdJsonException</a> — The SimdJsonException class</li><li><a href="class.simdjsonvalueerror.php">SimdJsonValueError</a> — The SimdJsonValueError class</li></ul></div><?php manual_footer($setup); ?>