UNPKG
libreria-ls
Version:
latest (1.5.0)
1.5.0
1.3.2
1.3.1
1.3.0
1.2.0
1.0.1
1.0.0
Libreria de fundamentos
libreria-ls
/
formato.json
16 lines
•
345 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"nombre"
:
"Lizbeth"
,
"apellido"
:
"Santamaria"
,
"edad"
:
19
,
"booleano"
:
false
,
"hijos"
:
null
,
"mascotas"
:
[
"cachetes"
]
,
"primo"
:
{
"nombre"
:
"Santiago"
,
"apellido"
:
"Portero"
,
"edad"
:
28
,
"booleano"
:
false
,
"hijos"
:
null
,
"mascotas"
:
[
"Chiquita"
]
}
}