JSON is a data interchanging format that uses human-readable text to transmit data objects. It’s the most widespread format for data serialization. It can be used as a configuration or temporary data storing file also for any application. There is an important fact that JSON lacks Abstract Data Type (ADT) feature.

5m read timeFrom dev.to
Post cover image
Table of contents
What is JSON?Why JSON?Basics of JSONData types in Nested mannerConclusion
2 Impressions1 Comment