Skip to content

Commit

Permalink
Fake Json Folder Created
Browse files Browse the repository at this point in the history
  • Loading branch information
MadhukrishnaNipankar committed Oct 14, 2021
1 parent 667da29 commit 971dc3a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FakeJSON Files For API Testing/README.md
Original file line number Diff line number Diff line change
@@ -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.
39 changes: 39 additions & 0 deletions FakeJSON Files For API Testing/StudentData.txt
Original file line number Diff line number Diff line change
@@ -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"
}

]

0 comments on commit 971dc3a

Please sign in to comment.