Become a No-CoderJsonJSON stands for JavaScript Object NotationJSON is a lightweight format for storing and transporting datais often used when data is sent from a server to a web pageis "self-describing" and easy to understand Resource:What is JSONThis example defines an employees object: an array of 3 employee records (objects): Learn JSON Now! Data is in name/value pairs Data is separated by commas Curly braces hold objects Square brackets hold arrays The JSON format is syntactically identical to the code for creating JavaScript objects.https://www.w3schools.com/whatis/whatis_json.asp Next ⇒ CSV