mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
23 lines
333 B
JSON
23 lines
333 B
JSON
{
|
|
"resource": "/path/to/file",
|
|
"loadsec": 0.45,
|
|
"ok": true
|
|
}
|
|
{
|
|
"record_count": 100,
|
|
"resource": "/path/to/file"
|
|
}
|
|
{
|
|
"resource": "/path/to/second/file",
|
|
"loadsec": 0.32,
|
|
"ok": true
|
|
}
|
|
{
|
|
"record_count": 150,
|
|
"resource": "/path/to/second/file"
|
|
}
|
|
{
|
|
"resource": "/some/other/path",
|
|
"loadsec": 0.97,
|
|
"ok": false
|
|
}
|