選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

books.json 340 B

1234567891011121314151617181920
  1. {
  2. "0": {
  3. "Status": "RENTED",
  4. "Title": "Cracking the Coding Interview",
  5. "Due Date": [
  6. 2017,
  7. 6,
  8. 8
  9. ]
  10. },
  11. "1": {
  12. "Status": "AVAILABLE",
  13. "Title": "Who was that?",
  14. "Due Date": [
  15. 2017,
  16. 6,
  17. 8
  18. ]
  19. }
  20. }