File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/mkdocs/docs/api/basic_json Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ and `ensure_ascii` parameters.
2525 result consists of ASCII characters only.
2626
2727`error_handler` (in)
28- : how to react on decoding errors; there are three possible values (see [`error_handler_t`](error_handler_t.md)):
28+ : how to react on decoding errors; there are four possible values (see [`error_handler_t`](error_handler_t.md)):
2929: - `strict`: throws a [`type_error`](../../home/exceptions.md#type-errors) exception in case a decoding error occurs (this is the default),
3030 - `replace`: replace invalid UTF-8 sequences with U+FFFD (� REPLACEMENT CHARACTER),
3131 - `ignore`: ignore invalid UTF-8 sequences during serialization (i.e., these bytes are skipped and not copied to the output), and
You can’t perform that action at this time.
0 commit comments