We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02ad34 commit c004a3cCopy full SHA for c004a3c
README.md
@@ -1180,7 +1180,7 @@ You can change the way the JSON is encoded by setting the configuration paramete
1180
1181
'jsonOptions' => JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES,
1182
1183
-The above example will set JSON options to 128+256+64 = 448, as per the table of options below:
+The above example will set JSON options to 128+256+64 = 448, as per the list of options below:
1184
1185
JSON_HEX_TAG (1)
1186
All < and > are converted to \u003C and \u003E.
0 commit comments