0 votes
in JSON by
What are the limitations of JSON?

1 Answer

0 votes
by

JSON is one of the most popular data interchange format available in today's scenario. It has several advantages over the other formats but at the same time, it also has its own set of limitations too. They are:

As the data gets complex with several nested or hierarchical structures, it becomes complex for human readability.

JSON is not suitable for handling very complex large data.

JSON doesn’t have support for handling multimedia formats such as rich text or images.

It doesn’t support comments.

Related questions

0 votes
asked Jul 21, 2020 in JSON by SakshiSharma
0 votes
asked Oct 3, 2023 in JSON by AdilsonLima
...