Last active
April 6, 2020 11:13
-
-
Save rintoandrews90/e0c2c70e21f7bb07ba0e173a30ab0ecd to your computer and use it in GitHub Desktop.
samplejson
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
[ | |
{ "ProductNumber":"GP_1134", | |
"Description": "Piza", | |
"StockQuantity":"0", | |
"SalesPrice":"12", | |
"SalesPriceCur":"EUR", | |
"id":"1" | |
}, | |
{ "ProductNumber":"GPB_1134", | |
"StockQuantity":"0", | |
"Description": "Cheese", | |
"SalesPrice":"12", | |
"SalesPriceCur":"EUR", | |
"id":"2" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment