---
title: "what is JSON?"  
description: "what is JSON?"  
author: "Anonymous User"  
published: 2011-01-03  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/313/what-is-json  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# what is JSON?

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.\

## Answers

### Answer by Anonymous User

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.\


---

Original Source: https://www.mindstick.com/interview/313/what-is-json

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
