clearml/examples/reporting/data_samples/sample.json
2020-06-15 22:48:51 +03:00

9 lines
132 B
JSON

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