grafana/pkg/services/live/pipeline/testdata/json_auto.json

11 lines
142 B
JSON

{
"ax": 1,
"string_array": ["1", "2"],
"int_array": [1, 2],
"map_with_floats": {
"key1": 2.0,
"key2": 3.0
},
"bx": null
}