items.json 312 B

1234567891011121314151617
  1. {
  2. "2": {
  3. "status": "unfinished",
  4. "description": "second",
  5. "id": 2
  6. },
  7. "3": {
  8. "status": "unfinished",
  9. "description": "third",
  10. "id": 3
  11. },
  12. "1": {
  13. "description": "some other description",
  14. "status": "complete",
  15. "id": 1
  16. }
  17. }