Easy-to-read JSON file via JSON formatter
JSON stands for JavaScript Object Notation. It's a popularly known text format, for storing and transporting data from a server to a webpage. JSON is easy to understand, it is structured in a name/value pair pattern, separated by a comma, and enclose...
beec00des.hashnode.dev2 min read
Eyitope Adelowo
Embedded software dev
For applications that are severely bandwidth-constrained, the overhead with JSON quotes and colon can be costly. What are your thoughts?