What is JSON and its common operations?





.✅ Interview One-liner:

JSON (JavaScript Object Notation) is a text-based data format used for storing and transferring data. In JavaScript, we use JSON.stringify() to convert an object to JSON, and JSON.parse() to convert JSON back to an object






Comments

Popular posts from this blog

What is Class in js