What are the limitations of json?
Answer / Ashu Goel
JSON has some limitations:n1. JSON does not have built-in date or timestamp data types.n2. JSON is not self-describing, meaning it does not contain metadata about the data it represents.n3. Large JSON objects can lead to increased bandwidth usage and slower load times.n4. JSON does not support comments.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does object.create do?
Explain Syntax of JSON using JavaScript?
How to define a json object from a string?
Name some of the most widely used libraries in .net for json?
what are the data types supported by JSON?
What is polyfill?
which function is used to convert a JSON text into an object?
How do you decode a json string?
Explain JSON Arrays?
What is the use of json in java?
What are the json values?
Can a comment be added inside a json file?