Loading Please Wait...
In JavaScript JSON values must be a valid data type.
In JSON, values must be one of the following data types:
JSON values cannot be one of the following data types:
Strings in JSON must be written in double quotes.
{"name":"John"}
Numbers in JSON must be an integer or a floating point.
{"age":30}
Values in JSON can be objects. Objects as values in JSON must follow the JSON syntax.
{
"employee":{"name":"John", "age":30, "city":"New York"}
}
Values in JSON can be arrays.
{
"employees":["John", "Anna", "Peter"]
}
Values in JSON can be true/false.
{"sale":true}
Values in JSON can be null.
{"middlename":null}
How you feel about this blog:
Share this blog on:
If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com
Contact UsWe are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..
Copyright ©
, Lynxsia IT Solutions, All rights reserved