blob: c745a76cf5c636ce302de0863191c6c152a845f6 (
plain)
1
2
3
4
5
6
7
|
{
"edges" : "#[edges]#",
"maxdepth" : "#[maxdepth]#",
"graph" : [#{edges|,}#
{"source":"#[source]#", "target":"#[target]#", "type":"#[type]#", "depthSource":"#[depthSource]#", "depthTarget":"#[depthTarget]#"}
#{/edges}#]
}
|