what are the drawbacks of JSON?
Answer / Deepak Nigam
JSON has several drawbacks. First, it does not support comments or complex data structures like arrays within objects or nested functions. Second, JSON is a text format and is inherently less efficient than binary formats for certain tasks. Lastly, due to its nature as a simple data interchange format, security features like encryption are not built-in.
| Is This Answer Correct ? | 0 Yes | 0 No |
which function is used to convert a JSON text into an object?
Why do we need json?
What is json data. and what is one way that .net developers can work with json?
Name the browsers that support json format?
What is json text?
What is json schema?
How to convert JSON Text to a JavaScript Object?
Explain JSON Objects?
What is the syntax of json?
Explain JSON Syntax Rules?
What is a json payload?
Explain the use of newtonsoft framework net?