Skip to content

Instantly share code, notes, and snippets.

@suthagar23
Created December 16, 2019 13:28
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 suthagar23/bb520138e32f5ddc0e16e4627611cdc3 to your computer and use it in GitHub Desktop.
Save suthagar23/bb520138e32f5ddc0e16e4627611cdc3 to your computer and use it in GitHub Desktop.
GCI 2019 - Product.json sample
{
"products": [{
"id" : "P001",
"categoryId" : "cty01",
"name" : "Pine Apple",
"unit" : "Kg",
"pricePerUnit" : 1.2,
"stocks" : 10,
}, {
//......Others
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment