Created
June 12, 2021 14:01
-
-
Save cassioeskelsen/4c22ee34704087a0c8236ad3047c14f3 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
| { | |
| "name": "Guido Ayende", | |
| "address": { | |
| "address": "Rua do Python, 8", | |
| "complement": "Primeiro Andar", | |
| "zip_code": 89000000, | |
| "city": "Pytholandia", | |
| "state": { | |
| "name": "SC", | |
| "Id": "Santa Catarina" | |
| } | |
| }, | |
| "document": "8345004", | |
| "@metadata": { | |
| "@collection": "Customers", | |
| "Raven-Python-Type": "__main__.Customer" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment