diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml
index fe1ab90ce8..d909d09b15 100644
--- a/reference/json/functions/json-decode.xml
+++ b/reference/json/functions/json-decode.xml
@@ -57,12 +57,11 @@
options
- Bitmask of JSON decode options. Currently there are two supported
- options. The first is JSON_BIGINT_AS_STRING that
- allows casting big integers to string instead of floats which is the
- default. The second option is JSON_OBJECT_AS_ARRAY
- that has the same effect as setting assoc to
- &true;.
+ Bitmask of JSON_BIGINT_AS_STRING,
+ JSON_OBJECT_AS_ARRAY,
+ JSON_THROW_ON_ERROR. The behaviour of these
+ constants is described on the
+ JSON constants page.