Created
August 31, 2012 16:42
-
-
Save yoeun/3555645 to your computer and use it in GitHub Desktop.
Vera recommendation json (without divorce)
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
| { | |
| recommendation: | |
| { | |
| planName:"Family Nation 1400", | |
| features:[], | |
| devices: | |
| [ | |
| { phoneNumber: "1234567890", features:[] }, | |
| { phoneNumber: "4561234098", features:[] }, | |
| { phoneNumber: "7891234567", features:[] } | |
| ] | |
| } | |
| } |
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
| { | |
| recommendation: | |
| { | |
| plan: {} | |
| features: [] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment