What is JSON?
JavaScript Object Notation is simply a data representation format. It's very similar to XML and it's used for almost every API, widely across the internet. It's used because it's extremely lightweight to send back and forth due to the small file size...
Mar 13, 20222 min read56
