Fix invalid JSON in readme (#5158)

This commit is contained in:
Adrián López 2018-12-18 21:21:36 +01:00 committed by Daniel Nelson
parent 700e6b5ed3
commit 7caa5d20af
1 changed files with 2 additions and 2 deletions

View File

@ -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"
},
}
}
]
```