higale 1 سال پیش
والد
کامیت
4063173c2a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      README.md
  2. 1 1
      README_zh.md

+ 1 - 1
README.md

@@ -51,7 +51,7 @@
 
 - `ToString` Outputs a JSON string in compact format without encoding.
 - `ToJSON` Outputs a JSON string in compact format, encoding characters less than 32 or greater than 127 based on parameters.
-- `Format` Outputs a formatted JSON string without encoding.
+- `Format` Outputs a formatted JSON string.
 - `ParseJSONValue` Loads data from a string.
 - `LoadFromFile` Loads data from a file.
 - `SaveToFile` Save JSON data to a file.

+ 1 - 1
README_zh.md

@@ -51,7 +51,7 @@
 
 - `ToString` 输出 JSON 字符串,紧凑格式,不做编码。
 - `ToJSON` 输出 JSON 字符串,紧凑格式,根据参数对小于32或大于127的字符编码。
-- `Format` 输出格式化的 JSON 字符串,不做编码
+- `Format` 输出格式化的 JSON 字符串。
 - `ParseJSONValue` 从字符串加载数据。
 - `LoadFromFile` 从文件加载数据。
 - `SaveToFile` 将JSON数据保存到文件。