Random
Source Code

JSON

In programming, JSON is an abbreviation of JavaScript Object Notation. It's an open-standard file format that uses human-readable text to transmit data objects consisting of attribute–value pairs and array data types

What kind of array is this?

It's JSON
{

"id": 1,

"name": "Foo",

"price": 123,

"tags":

"Bar",

"Eek"


}

by gialoramix September 21, 2019