Update some HHI files
[hiphop-php.git] / hphp / hack / hhi / stdlib / builtins_json.idl.hhi
blob4ffcd373b4a270d3856c7fc8d0957f43004c2c09
1 <?hh     /* -*- php -*- */
2 /**
3  * Copyright (c) 2014, Facebook, Inc.
4  * All rights reserved.
5  *
6  * This source code is licensed under the BSD-style license found in the
7  * LICENSE file in the "hack" directory of this source tree. An additional grant
8  * of patent rights can be found in the PATENTS file in the same directory.
9  *
10  */
11 const int JSON_HEX_TAG = 0;
12 const int JSON_HEX_AMP = 0;
13 const int JSON_HEX_APOS = 0;
14 const int JSON_HEX_QUOT = 0;
15 const int JSON_FORCE_OBJECT = 0;
16 const int JSON_NUMERIC_CHECK = 0;
17 const int JSON_UNESCAPED_SLASHES = 0;
18 const int JSON_UNESCAPED_UNICODE = 0;
19 const int JSON_PRETTY_PRINT = 0;
20 const int JSON_FB_LOOSE = 0;
21 const int JSON_FB_UNLIMITED = 0;
22 const int JSON_FB_EXTRA_ESCAPES = 0;
23 const int JSON_FB_COLLECTIONS = 0;
24 function json_encode($value, $options = 0) { }
25 function json_decode($json, $assoc = false, $depth = 512, $options = 0) { }
26 function json_last_error() { }