1
0
Fork 0
telegraf/plugins/parsers/xpath/testcases/json_string_representation/test.json

13 lines
192 B
JSON
Raw Normal View History

{
"a": "a string",
"b": 3.1415,
"c": true,
"d": {
"d1": 1,
"d2": "foo",
"d3": true,
"d4": null
},
"e": ["master", 42, true],
"timestamp": 1690193829
}