What is a Json Field

Hi,
quick question about json:

So I know there are Json arrays and Json objects but what does “Field” refer to?

thanks!

The word field is not used in the standard definition of JSON. However, some websites, have used the word field to explain the usage and structure of the JavaScript Object Notation data interchange format. What they mean by the word field in the {name:value} pair of the notation, is the name. In this skeleton, the name would be what most refer to as field.

Sources:

http://json-schema.org/example1.html
http://www.w3schools.com/json/json_syntax.asp