From a4a26457bf8e821ae1e66b9af01098373e2461a0 Mon Sep 17 00:00:00 2001 From: ishimwepati Date: Fri, 27 Oct 2023 04:24:19 +0300 Subject: [PATCH] Json Content generated --- datastorage/books.json | 2 +- datastorage/people.json | 2 +- datastorage/rental.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datastorage/books.json b/datastorage/books.json index cc6b096..6b0afdd 100644 --- a/datastorage/books.json +++ b/datastorage/books.json @@ -1 +1 @@ -[{"title":"Stats of stocks","author":"Gregory"},{"title":"Deception point","author":"Dan brown"},{"title":"No war in the world","author":"By waza"}] \ No newline at end of file +[{"title":"No war","author":"Waza"},{"title":"Intro to ruby","author":"Wazacode"}] \ No newline at end of file diff --git a/datastorage/people.json b/datastorage/people.json index 0810cec..a68c9ab 100644 --- a/datastorage/people.json +++ b/datastorage/people.json @@ -1 +1 @@ -[{"id":560,"age":20,"name":"Harry","label":"Student","parent_permission":true},{"id":546,"age":50,"name":"Mr. rupert","label":"Teacher","specialization":"Statistics"}] \ No newline at end of file +[{"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}] \ No newline at end of file diff --git a/datastorage/rental.json b/datastorage/rental.json index 207be93..7429f07 100644 --- a/datastorage/rental.json +++ b/datastorage/rental.json @@ -1 +1 @@ -[{"date":"2023/10/17","person_id":546,"bookTitle":"Stats of stocks"},{"date":"2023/10/17","person_id":560,"bookTitle":"Deception point"}] \ No newline at end of file +[{"date":"2023/10/27","person_id":595,"bookTitle":"No war"},{"date":"2023/10/27","person_id":933,"bookTitle":"Intro to ruby"}] \ No newline at end of file