gpml2pvjson
Version:
convert GPML (XML) to pvjson (json)
57 lines (56 loc) • 971 B
JSON
{
"None": {
"Graphics": {
"Padding": 8,
"ShapeType": "Rectangle",
"LineStyle": "Broken",
"LineThickness": 1,
"FillColor": "B4B464"
},
"type": [
"Group",
"GroupNone"
]
},
"Group": {
"Graphics": {
"Padding": 8,
"ShapeType": "None",
"LineStyle": "Broken",
"LineThickness": 0,
"FillColor": "Transparent"
},
"type": [
"Group",
"GroupGroup"
]
},
"Complex": {
"Graphics": {
"Padding": 11,
"ShapeType": "Octagon",
"LineStyle": "Solid",
"LineThickness": 1,
"FillColor": "B4B464"
},
"type": [
"Group",
"Complex",
"GroupComplex"
]
},
"Pathway": {
"Graphics": {
"Padding": 8,
"ShapeType": "Rectangle",
"LineStyle": "Broken",
"LineThickness": 0.5,
"FillColor": "00FF00"
},
"type": [
"Group",
"Pathway",
"GroupPathway"
]
}
}