diff --git a/plugins/parsers/json/README.md b/plugins/parsers/json/README.md index a48575cba..8b73b7214 100644 --- a/plugins/parsers/json/README.md +++ b/plugins/parsers/json/README.md @@ -156,14 +156,14 @@ Input: "b": { "c": 6, "time":"04 Jan 06 15:04 MST" - }, + } }, { "a": 7, "b": { "c": 8, "time":"11 Jan 07 15:04 MST" - }, + } } ] ```