json2kdl/examples/example.json

20 lines
276 B
JSON
Raw Normal View History

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