Skip to content

Instantly share code, notes, and snippets.

@flaki
Created March 5, 2016 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaki/04b1e141f86f9bb7db18 to your computer and use it in GitHub Desktop.
Save flaki/04b1e141f86f9bb7db18 to your computer and use it in GitHub Desktop.
[{
"type": "HourlySalaryEmployee",
"salary": 10,
"name": "Anna",
"id": 1
},
{
"type": "HourlySalaryEmployee",
"salary": 8,
"name": "Bob",
"id": 2
},
{
"type": "FixedSalaryEmployee",
"salary": 8000,
"name": "Dany",
"id": 3
},
{
"type": "FixedSalaryEmployee",
"salary": 8000,
"name": "Clara",
"id": 4
},
{
"type": "FixedSalaryEmployee",
"salary": 1000,
"name": "Egor",
"id": 5
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment