Minor improvements and quality refactoring
This commit is contained in:
parent
9e2565d110
commit
4d6f9092eb
7 changed files with 16 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"OrderId": 1,
|
||||
"Description": " Order 123",
|
||||
"Description": "Order 123",
|
||||
"customer ID": 123,
|
||||
"products": [{
|
||||
"ProductId": "PID1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"OrderId": 3,
|
||||
"Description": " Order 11234",
|
||||
"Description": "Order 11234",
|
||||
"customer ID": 1134,
|
||||
"products": [{
|
||||
"ProductId": "PID3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue