i399exlang/data/db.json

24 lines
310 B
JSON
Raw Permalink Normal View History

2017-03-30 13:59:37 +03:00
{
"persons": [
{
"id": 2948,
"code": "A03259",
"name": "Jill",
"age": 20
}
],
"health-insurance": [
{
"id": "A03259",
"isInsured": true,
"insuredTill": "01/31/2017"
}
],
"tax-debt": [
{
"id": "A03259",
"debt": 100
}
]
}