Last active
December 19, 2019 17:15
-
-
Save krakowdeveloper/a41880526adcd5484dd8f8e1793cde94 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"companies": [ | |
{ | |
"id": 1, | |
"name": "Company A", | |
"description": "The description Company A", | |
"requirements": [ "bike", "4 doors car"] | |
}, | |
{ | |
"id": 2, | |
"name": "Company B", | |
"description": "The description Company B", | |
"requirements": [ "bike", "0 doors car"] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment