Hi All,
I am trying to convert the following into a json string.
{
"name": "DoogyDrink",
"description": "My Doggy Drink",
"visibility": "PRIVATE",
"variations": [
{
"name": "Small",
"pricing_type": "FIXED_PRICING",
"price_money": {
"currency_code": "NZD",
"amount": 400
},
"sku": "123"
}
]
}
Can anyone provide an example code,
Thanks for your help in advance.
Phil
I am trying to convert the following into a json string.
{
"name": "DoogyDrink",
"description": "My Doggy Drink",
"visibility": "PRIVATE",
"variations": [
{
"name": "Small",
"pricing_type": "FIXED_PRICING",
"price_money": {
"currency_code": "NZD",
"amount": 400
},
"sku": "123"
}
]
}
Can anyone provide an example code,
Thanks for your help in advance.
Phil