diff --git a/reference/json/functions/json_encode.xml b/reference/json/functions/json_encode.xml index aa60ddf121..86d3afffd9 100644 --- a/reference/json/functions/json_encode.xml +++ b/reference/json/functions/json_encode.xml @@ -1,5 +1,5 @@ - + json_encode @@ -29,6 +29,9 @@ The value being encoded. Can be any type except a resource. + + This function only works with UTF-8 encoded data. + diff --git a/reference/json/reference.xml b/reference/json/reference.xml index b6df603e82..ecf2281afa 100644 --- a/reference/json/reference.xml +++ b/reference/json/reference.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,8 @@
&reftitle.intro; - This extension implements the JavaScript Object Notation (JSON) + This extension implements the JavaScript Object Notation (JSON) data-interchange format. The decoding is handled by a parser based on the JSON_checker by Douglas Crockford.