35 lines
627 B
JSON
35 lines
627 B
JSON
{
|
|
"entities": [
|
|
{
|
|
"id": "vicente",
|
|
"name": "Vicente Tirado",
|
|
"kind": "person",
|
|
"rut": "18.393.009-5"
|
|
},
|
|
{
|
|
"id": "darwin",
|
|
"name": "Darwin Bruna",
|
|
"kind": "person",
|
|
"rut": "17.194.206-3"
|
|
},
|
|
{
|
|
"id": "muralla",
|
|
"name": "Muralla SpA",
|
|
"kind": "company",
|
|
"rut": "78.188.363-8"
|
|
},
|
|
{
|
|
"id": "murallita",
|
|
"name": "Vicente Tirado Alimentos y Bebidas",
|
|
"kind": "company",
|
|
"rut": "78.225.723-4"
|
|
},
|
|
{
|
|
"id": "kua",
|
|
"name": "Kua",
|
|
"kind": "company",
|
|
"rut": "78.230.716-9"
|
|
}
|
|
]
|
|
}
|