JSON Tutorial

JSON Booleans

JSON Booleans Well, sometimes, we need the data value in the form of true or false, like in a situation, where we need to specify whether the person is married or not, in a value, we can pass it as true or false. So, in such situations, we have this type of boolean with us. […]

JSON Booleans Read More »

JSON Syntax

Basic Syntax Now, we are going to have a look at the basic syntax, which is going to help us, while we would write some data in our JSON file. The basic thing is that JSON is language-independent, but many of the things are conventionally taken from many popular languages like C, Java, Python, JavaScript,

JSON Syntax Read More »