private void writeJsonInQueue(final VisualXmas vnet, final VisualQueueComponent vsc) {
        final Xmas cnet = vnet.getMathModel();
        final QueueComponent sc = vsc.getReferencedComponent();
        for (XmasContact contactNode2 : sc.getOutputs()) {
            for (Connection c : cnet.getConnections(contactNode2)) {