togoist/sample/input.json

8 lines
169 B
JSON
Raw Permalink Normal View History

2016-10-09 18:10:34 +00:00
{
"Tasks": [
{"Type": "test", "Content": "Test task 1", "Priority": 4},
{"Content": "Test task 2", "Priority": 4},
{"Content": "Test task 3", "Priority": 4}
]
}