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.
2 Impressions1 Comment