mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 12:44:10 -06:00
11 lines
142 B
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
|
|
}
|