Skip to content

Instantly share code, notes, and snippets.

@MartinThoma
Created November 1, 2020 10:58
Show Gist options
  • Save MartinThoma/517d20998501afc4fff72be032782d41 to your computer and use it in GitHub Desktop.
Save MartinThoma/517d20998501afc4fff72be032782d41 to your computer and use it in GitHub Desktop.
[
{"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