Created
February 10, 2017 00:29
-
-
Save sivaprabug/37724d6370edc483d36b3317b1a15371 to your computer and use it in GitHub Desktop.
Just call test purpose user credetial
This file contains hidden or 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
| [{ | |
| "firstName": "Sivaprabu", | |
| "lastName": "Ganesan", | |
| "userName": "gsivaprabu", | |
| "password": "gsivaprabu", | |
| "age": 32, | |
| "address": { | |
| "streetAddress": "Kamaraj Nagar", | |
| "city": "Namakkal", | |
| "state": "Tamil Nadu", | |
| "postalCode": "636202" | |
| }, | |
| "phoneNumber": [{ | |
| "type": "home", | |
| "number": "+91-9940-111-516" | |
| }, { | |
| "type": "fax", | |
| "number": "646 555-4567" | |
| }] | |
| }, { | |
| "firstName": "Naveena", | |
| "lastName": "Sivaprabu", | |
| "userName": "naveena", | |
| "password": "naveena", | |
| "age": 27, | |
| "address": { | |
| "streetAddress": "21 2nd Street", | |
| "city": "New York", | |
| "state": "NY", | |
| "postalCode": "10021" | |
| }, | |
| "phoneNumber": [{ | |
| "type": "home", | |
| "number": "212 555-1234" | |
| }, { | |
| "type": "fax", | |
| "number": "646 555-4567" | |
| }] | |
| }, { | |
| "firstName": "Pranav", | |
| "lastName": "Sivaprabu", | |
| "userName": "pranav", | |
| "password": "pranav", | |
| "age": 3, | |
| "address": { | |
| "streetAddress": "193,194, TNHB Colony", | |
| "city": "Chennai", | |
| "state": "Tamil Nadu", | |
| "postalCode": "600124" | |
| }, | |
| "phoneNumber": [{ | |
| "type": "home", | |
| "number": "+91-9940-222-413" | |
| }, { | |
| "type": "fax", | |
| "number": "646 555-4567" | |
| }] | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment