UNPKG
@touchway/touchway-sqlite
Version:
latest (0.9.7)
0.9.7
0.9.6
0.9.5
Touchway SQLite to JSON wrapper
@touchway/touchway-sqlite
/
example
/
insert3.json
22 lines
•
419 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"action"
:
"Save"
,
"table"
:
"Contact"
,
"data"
:
{
"Unit"
:
[
{
"ID"
:
2
,
"Title"
:
1234
}
,
{
"ID"
:
3
}
,
{
"ID"
:
4
}
,
{
"ID"
:
5
}
,
{
"ID"
:
6
}
]
,
"ContactName1"
:
"Horrer"
,
"Country"
:
2
}
}