Last active
May 22, 2017 19:30
-
-
Save coopernurse/9f6ee6f427e97646f8ebfff9cb20ef9c to your computer and use it in GitHub Desktop.
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
{ | |
"resourceKey": { | |
"EDE_PROPERTY_ADDRESS": "999 Pine Ave." | |
}, | |
"symbol": { | |
"view_1.disclaimer_1": "Guaranteed or Your Money Back", | |
"agent_1.photo_1": "http://acme-broker.example.com/agents/agent-1.jpg" | |
} | |
} |
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
{ | |
"resourceKey": { | |
"EDE_LIST_PRICE": "$399,000", | |
"EDE_PROPERTY_ADDRESS": "1234 Elm St." | |
}, | |
"symbol": { | |
"view_1.headline_1": "Just Listed", | |
"view_1.disclaimer_1": "All Sales Final", | |
"agent_1.company.name": "ACME Realty", | |
"agent_1.photo_1": "http://devvm-zzz-imprev.s3.amazonaws.com/url/agent-photo.jpg" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment