json2kdl/examples/example.json

17 lines
235 B
JSON
Raw Normal View History

2023-03-05 21:22:40 +00:00
{
"thermal-paste": {
"arguments": [
"NT-H1"
],
"children": {
"description": {
"arguments": [
"it tastes nice:)"
]
}
},
"properties": {
"amount": "3.5g"
}
}
}