JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,027 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey,
I have some invalid json and I don't understand what is the issue of this json.
{
"id": 1,
"title": "iPhone 9",
"description": "An apple mobile which is nothing like apple",
"price": 549,
"discountPercentage": 12.96,
"rating": 4.69,
"stock": 94
"brand": "Apple",
"category": "smartphones",
"thumbnail": "https://pandajson.com/assets/panda.png",
"images": [
"https://pandajson.com/assets/i/products/1/1.jpg",
"https://pandajson.com/assets/i/products/1/2.jpg",
"https://pandajson.com/assets/i/products/1/3.jpg",
"https://pandajson.com/assets/i/products/1/4.jpg",
"https://pandajson.com/assets/panda.png"
]
}
Can someone assist me to understand what is wrong in this JSON?
Thanks,
Look at the end of the Stock line.