Skip to content

Commit

Permalink
ValueError on flags diferent to JSON_INVALID_UTF8_IGNORE
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Jan 14, 2024
1 parent 1c63b60 commit fe88af4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion reference/json/functions/json-validate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: de195fca1537eb3c850cbab48a5001ca057e96b5 Maintainer: mumumu Status: ready -->
<!-- EN-Revision: 305b2134e2959894950914fc915340ad87f1a6b1 Maintainer: mumumu Status: ready -->
<refentry xml:id="function.json-validate" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>json_validate</refname>
Expand Down Expand Up @@ -98,6 +98,10 @@
<parameter>depth</parameter> が許可された範囲外の値の場合、
<classname>ValueError</classname> がスローされます。
</para>
<para>
<parameter>flags</parameter> が有効なフラグでない場合、
<classname>ValueError</classname> がスローされます。
</para>
</refsect1>

<refsect1 role="examples">
Expand Down

0 comments on commit fe88af4

Please sign in to comment.