From 9f32a4b996dab44dcc14b97ae1d797dc6376db1c Mon Sep 17 00:00:00 2001 From: maliming Date: Tue, 18 Oct 2022 16:06:54 +0800 Subject: [PATCH] Update JSON.md --- docs/en/JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/JSON.md b/docs/en/JSON.md index 88877c9e1d..283690c2e1 100644 --- a/docs/en/JSON.md +++ b/docs/en/JSON.md @@ -46,7 +46,7 @@ public class ProductManager Properties: * **InputDateTimeFormats(`List`)**: Formats of input JSON date, Empty string means default format. You can provide multiple formats to parse the date. -* **OutputDateTimeFormat(`bool`)**: Format of output json date, Null or empty string means default format. +* **OutputDateTimeFormat(`string`)**: Format of output json date, Null or empty string means default format. ## System Text Json