JSON Array literals
Array literals You might be familiar with the name ‘array’ from some other programming language. The thing is that array is a collection of data. In JSON, we can have the array here in JSON. The array here can contain multiple values, which are valid, like the string, number, boolean, object, etc. At times, when […]
JSON Array literals Read More »