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