24 lines
393 B
JSON
24 lines
393 B
JSON
{
|
|
"tag" : "color",
|
|
"nodes" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "Color"
|
|
},
|
|
"1" : {
|
|
"id" : 1,
|
|
"name" : "Blue"
|
|
}
|
|
},
|
|
"relations" : {
|
|
"0" : {
|
|
"id" : 0,
|
|
"name" : "InstanceOf",
|
|
"parent" : 0,
|
|
"child" : 1
|
|
}
|
|
},
|
|
"crossRelations" : [
|
|
|
|
]
|
|
} |