Skip to content

Commit

Permalink
update doc for disable single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
wyTrivail committed Aug 30, 2024
1 parent 35f95c1 commit 7667212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Model {
| AllowUnQuotedFieldNames | 支持不带双引号的字段名 |
| NonStringKeyAsString | 非String类型的Key当做String处理 |
| Base64StringAsByteArray | 将byte[]序列化为Base64格式的字符串 |

| DisableSingleQuote | Do not allow single quote on key and value
# 5. JSONWriter.Feature介绍

| JSONWriter.Feature | 介绍 |
Expand Down
2 changes: 2 additions & 0 deletions docs/features_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class Model {
| AllowUnQuotedFieldNames | |
| NonStringKeyAsString | |
| Base64StringAsByteArray | |
| DisableSingleQuote | Do not allow single quote in key name and values.

# 5. JSONWriter.Feature

| JSONWriter.Feature | Description |
Expand Down

0 comments on commit 7667212

Please sign in to comment.