<?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 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.json.php',
    1 => 'JSON',
    2 => 'JavaScript Nesne Bildirimi',
  ),
  'up' => 
  array (
    0 => 'refs.basic.other.php',
    1 => 'Diğer Temel Eklentiler',
  ),
  'prev' => 
  array (
    0 => 'function.igbinary-unserialize.php',
    1 => 'igbinary_unserialize',
  ),
  'next' => 
  array (
    0 => 'json.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    '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 Nesne Bildirimi</h1>
 

 <div id="intro.json" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
   Bu eklenti JavaScript Nesne Bildirimini
   (<a href="http://www.json.org/" class="link external">&raquo;&nbsp;JavaScript Object Notation (JSON)</a>
   gerçeklemektedir. PHP için özel  olarak yazılmış ve PHP lisansı altında
   lisanslanmış tamamen yeni ve geliştirilmiş bir çözümleyici ile gelir.
  </p>
  
<blockquote class="note"><p><strong class="note">Bilginize</strong>: 
<p class="para"> PHP, özgün <a href="https://datatracker.ietf.org/doc/html/rfc7159" class="link external">&raquo;&nbsp;RFC 7159</a>&#039;da
belirtildiği gibi JSON&#039;ın kapsayıcı kümesini gerçekler.</p></p></blockquote>
 </div>

 






 






 





 





 








<ul class="chunklist chunklist_book"><li><a href="json.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="json.installation.php">Kurulum</a></li></ul></li><li><a href="json.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="class.jsonexception.php">JsonException</a> — JsonException sınıfı</li><li><a href="class.jsonserializable.php">JsonSerializable</a> — JsonSerializable aray&uuml;z&uuml;<ul class="chunklist chunklist_book chunklist_children"><li><a href="jsonserializable.jsonserialize.php">JsonSerializable::jsonSerialize</a> — JSON i&ccedil;in dizeleştirilecek veriyi belirtmek i&ccedil;in</li></ul></li><li><a href="ref.json.php">JSON İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.json-decode.php">json_decode</a> — Bir JSON dizgesini &ccedil;&ouml;z&uuml;mler</li><li><a href="function.json-encode.php">json_encode</a> — Değerin JSON karşılığını verir.</li><li><a href="function.json-last-error.php">json_last_error</a> — Oluşan son hatayı d&ouml;nd&uuml;r&uuml;r.</li><li><a href="function.json-last-error-msg.php">json_last_error_msg</a> — Son json_encode() veya json_decode() &ccedil;ağrısının hata dizgesini
  d&ouml;nd&uuml;r&uuml;r</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); ?>