Created
November 1, 2020 10:58
-
-
Save MartinThoma/517d20998501afc4fff72be032782d41 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
[ | |
{"id": 1, "name": "Anna", "friends": [2, 3, 4], "birthdate": "1992-01-15", "bank_account": 12.3}, | |
{"id": 2, "name": "Bob", "friends": null, "birthdate": "1962-12-31", "bank_account": 0.1}, | |
{"id": 3, "name": "Charlie", "friends": [4], "birthdate": "1992-02-28", "bank_account": 9007199254740993.0}, | |
{"id": 4, "name": "Martin", "friends": [1, 3], "birthdate": "1990-04-28", "bank_account": 9007199254740993} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment