Skip to content

Commit

Permalink
Json Content generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimwepati committed Oct 27, 2023
1 parent fb0ca93 commit a4a2645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datastorage/books.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"title":"Stats of stocks","author":"Gregory"},{"title":"Deception point","author":"Dan brown"},{"title":"No war in the world","author":"By waza"}]
[{"title":"No war","author":"Waza"},{"title":"Intro to ruby","author":"Wazacode"}]
2 changes: 1 addition & 1 deletion datastorage/people.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"id":560,"age":20,"name":"Harry","label":"Student","parent_permission":true},{"id":546,"age":50,"name":"Mr. rupert","label":"Teacher","specialization":"Statistics"}]
[{"id":933,"age":34,"name":"Gabby","label":"Student","parent_permission":true},{"id":595,"age":34,"name":"Nasser","label":"Teacher","specialization":"Web development "},{"id":55,"age":0,"name":"Madam praise","label":"Student","parent_permission":true}]
2 changes: 1 addition & 1 deletion datastorage/rental.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"date":"2023/10/17","person_id":546,"bookTitle":"Stats of stocks"},{"date":"2023/10/17","person_id":560,"bookTitle":"Deception point"}]
[{"date":"2023/10/27","person_id":595,"bookTitle":"No war"},{"date":"2023/10/27","person_id":933,"bookTitle":"Intro to ruby"}]

0 comments on commit a4a2645

Please sign in to comment.