30 lines
541 B
JSON
30 lines
541 B
JSON
{
|
|
"products" : [
|
|
{
|
|
"name" : {
|
|
"value" : "Hammer",
|
|
"type" : "string"
|
|
},
|
|
"sku" : {
|
|
"type" : "integer",
|
|
"value" : "738594937"
|
|
}
|
|
},
|
|
{},
|
|
{
|
|
"sku" : {
|
|
"value" : "284758393",
|
|
"type" : "integer"
|
|
},
|
|
"name" : {
|
|
"value" : "Nail",
|
|
"type" : "string"
|
|
},
|
|
"color" : {
|
|
"type" : "string",
|
|
"value" : "gray"
|
|
}
|
|
}
|
|
]
|
|
}
|