[ { "id": "board2", "title": "Working", "color": "green", "item": [ { "title": "Item 121" }, { "title": "Item 4" } ] }, { "id": "board1", "title": "To Do", "color": "red", "item": [ { "title": "Item 5" }, { "title": "Item 1" } ] }, { "id": "board3", "title": "Done", "color": "orange", "item": [ { "title": "Item 2" }, { "title": "Item 7" } ] }, { "id": "board4", "title": "New Board 01", "color": "blue", "item": [ { "title": "Item 1" } ] }, { "id": "board5", "title": "New Board 02", "color": "orange", "item": [ { "title": "Item 3" } ] }, { "id": "board6", "title": "New Board 03", "color": "red", "item": [ { "title": "Item 1" }, { "title": "Item 1" } ] } ]