Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
19
plugins/parsers/json_v2/testdata/object_timestamp/input.json
vendored
Normal file
19
plugins/parsers/json_v2/testdata/object_timestamp/input.json
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"events": [
|
||||
{
|
||||
"id": 100,
|
||||
"value": 100.123,
|
||||
"time": "2020-12-31T23:59:59Z"
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"value": 200.001,
|
||||
"time": "2010-06-15T12:30:00Z"
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"value": 999.999,
|
||||
"time": "2000-01-01T00:00:00Z"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue