object

Freely defined structure

Object is a freely defined structure.

Example

A structure that describes a person:

{

Name: 'Martin',

Family: 'Smith',

Age: 50,

Department: 'PI'

}