Last active
December 22, 2015 18:59
-
-
Save jharmn/6516472 to your computer and use it in GitHub Desktop.
An example of an imprecise date for an appointment
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
| { | |
| "address": { | |
| "streetAddress": "123 Privacy Lane", | |
| "city": "Austin", | |
| "stateOrProvince": "TX", | |
| "postalCode": "78701" | |
| }, | |
| "appointmentTime": "2013-08-16T05:30:15-500" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment