forked from Eaglion-Programmers/curated-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
667da29
commit 971dc3a
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
|
||
] |