mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"list_of_ints": [1,2,3,4],
|
|
"dict": {
|
|
"sub_value": "string",
|
|
"sub_integer": 11
|
|
},
|
|
"value": 13.37
|
|
}
|