Last active
July 20, 2022 18:57
-
-
Save Giwan/497a3d4b36c8469ee9ce9e9aa725cfdd to your computer and use it in GitHub Desktop.
list of car brands and models
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": "brand1" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "brand2" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment