From 766721204783b2f75376257bfd63c9c361c8a8e7 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 30 Aug 2024 17:24:24 +0000 Subject: [PATCH] update doc for disable single quote --- docs/features_cn.md | 2 +- docs/features_en.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features_cn.md b/docs/features_cn.md index 29c3ee93da..f2f8d99578 100644 --- a/docs/features_cn.md +++ b/docs/features_cn.md @@ -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 | 介绍 | diff --git a/docs/features_en.md b/docs/features_en.md index 76c72c408f..0566278d1a 100644 --- a/docs/features_en.md +++ b/docs/features_en.md @@ -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 |