Imports elements in JSON array in format {type: type, [attributes]}
Namespace: SharpKit.Raphael
Class: Paper
public object add(Array json)
paper.add([ { type: "circle", cx: 10, cy: 10, r: 5 }, { type: "rect", x: 10, y: 10, width: 10, height: 10, fill: "#fc0" } ]);