Created
July 30, 2016 18:25
-
-
Save rasheedamir/89320672367e62bac7839dfa5e07db79 to your computer and use it in GitHub Desktop.
string json
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
| { | |
| "provider": [ | |
| { | |
| "feedbackRating": 3.0, | |
| "organizations": [ | |
| { | |
| "address": { | |
| "cityVillage": "Islamabad" | |
| }, | |
| "name": "Specialist Dentists", | |
| "id": "1e5879d8-2981-46f6-ac5d-2a2a919bc052" | |
| } | |
| ], | |
| "fullName": "Martin Stark", | |
| "basicConsultationFee": { | |
| "amount": 200.0, | |
| "currency": "PKR" | |
| }, | |
| "id": "50045369-12b3-4fe8-9f38-947ca54b0341", | |
| "_id": "50045369-12b3-4fe8-9f38-947ca54b0341", | |
| "specialities": [ | |
| { | |
| "name": "Dentist", | |
| "id": "a4bbd74e-efce-48ce-a5ae-c1740a80ac52" | |
| } | |
| ] | |
| } | |
| ], | |
| "organization": [ | |
| { | |
| "address": { | |
| "cityVillage": "Islamabad" | |
| }, | |
| "name": "Specialist Dentists", | |
| "id": "1e5879d8-2981-46f6-ac5d-2a2a919bc052", | |
| "_id": "1e5879d8-2981-46f6-ac5d-2a2a919bc052" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment