From 971dc3aa951223e3835f86132a69e67a78319763 Mon Sep 17 00:00:00 2001 From: Madhukrishna <88615405+MadhukrishnaNipankar@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:45:33 +0530 Subject: [PATCH] Fake Json Folder Created --- FakeJSON Files For API Testing/README.md | 3 ++ .../StudentData.txt | 39 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 FakeJSON Files For API Testing/README.md create mode 100644 FakeJSON Files For API Testing/StudentData.txt diff --git a/FakeJSON Files For API Testing/README.md b/FakeJSON Files For API Testing/README.md new file mode 100644 index 0000000..9fabc70 --- /dev/null +++ b/FakeJSON Files For API Testing/README.md @@ -0,0 +1,3 @@ +You can Upload Sample Json Files Here ! +Note : - No personal Information/Data is expected .This folder is dedicated to provide fake JSON data for API Testing . +purposes. A Sample file for demonstration is created. You can create and push more of such files. \ No newline at end of file diff --git a/FakeJSON Files For API Testing/StudentData.txt b/FakeJSON Files For API Testing/StudentData.txt new file mode 100644 index 0000000..ba87cf3 --- /dev/null +++ b/FakeJSON Files For API Testing/StudentData.txt @@ -0,0 +1,39 @@ +[ + + { + "name":"Aneesh", + "post":"Electrical Engineering", + "college":"Harvard University" + }, + + { + "name":"Anmol", + "post":"Doctor", + "college":"Nepal Institute of Biology" + }, + + { + "name":"Vishal", + "post":"Computer Operator", + "college":"Abc College" + }, + + { + "name":"Vasudev", + "post":"Software Engineer", + "college":"Indian Institute of Technology , Kharagpur" + }, + + { + "name":"Raju", + "post":"Mechanical Engineer", + "college":"Spanish Institute of Technology" + }, + + { + "name":"Amit", + "post":"ML Expert", + "college":"No College" + } + +] \ No newline at end of file