clearml/examples/reporting/data_samples/sample.json

9 lines
132 B
JSON
Raw Normal View History

{
"list_of_ints": [1,2,3,4],
"dict": {
"sub_value": "string",
"sub_integer": 11
},
"value": 13.37
}