Skip to content

Instantly share code, notes, and snippets.

@nktstudios
Created March 14, 2022 23:04
Show Gist options
  • Save nktstudios/c4f7bf455b49dfd67baab6d74519c4db to your computer and use it in GitHub Desktop.
Save nktstudios/c4f7bf455b49dfd67baab6d74519c4db to your computer and use it in GitHub Desktop.
Operations Json File
{
"calculations": [
{
"operation": "ADDITION",
"first_num": 1,
"second_num": 2
},
{
"operation": "MULTIPLICATION",
"first_num": 3,
"second_num": 3
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment