Skip to content
Garet Claborn edited this page Sep 14, 2013 · 1 revision

The AJAX you call needs to find a certain JSON format. This is that format. You can host these on a CDN or have a web service give them to you. I suggest doing both! Have the web service update the CDN as well.

[ { "id":'anyval', "value":"(string)", "links":[], }, { "id":'anyval2', "value":"(string)", "links":[], }, ]

The "links[]" array Follows this same format. Feel free to have complex JSON objects for values or add other properties. You'll just need some minor tweaks to the ReceiveNodes function to tell Constellation what visual to put for your node.

Clone this wiki locally