Save this node into a map.
@override Map save() { var data = super.save(); data["?json"] = _json; return data; }