{
    "userCurrent": [
        {
            "identifiant": "ba",
            "nbScru": null,
            "connecte": true
        }
    ],
    "utilisateurs": [
        {
            "identifiant": "boss",
            "email": "bassel.aleian@gmail.com",
            "mot_de_passe": "123"
        },
        {
            "identifiant": "utilisateur2",
            "email": "utilisateur2@example.com",
            "mot_de_passe": "motdepasse2"
        },
        {
            "identifiant": "utilisateur3",
            "email": "utilisateur3@example.com",
            "mot_de_passe": "motdepasse3"
        },
        {
            "identifiant": "ba",
            "email": "ba@gmail.com",
            "mot_de_passe": "$2y$10$ZZCDhdsmPfqAKMWC86QxzOX70AfOUh5wgjWo4yvdjzLJJjaV8rLjC"
        },
        {
            "identifiant": "baa",
            "email": "baa@gmail.com",
            "mot_de_passe": "$2y$10$pr3ENlUu6qZB3vrPfJEgl.RmSlny.kd5\/gJEbV89ZWK8G1lQtPQNy"
        },
        {
            "identifiant": "baaz",
            "email": "baaz@gmail.com",
            "mot_de_passe": "$2y$10$0XGLmOaGEl54cKEcIs46QO75MkoGDddI880mDhTQnGsINz8.vfA\/m"
        }
    ],
    "scrutins": [
        {
            "IDS": 1,
            "IDOrga": "boss",
            "IDVotants": [
                [
                    "utilisateur2",
                    0
                ],
                [
                    "utilisateur3",
                    0
                ]
            ],
            "question": "se test est il valide ?",
            "choix": [
                "choix1",
                "choix2",
                "choix3"
            ],
            "votes": [
                "A1",
                "A2"
            ],
            "IDVotes": [
                [
                    "utilisateur2",
                    0
                ]
            ],
            "ouvert": true
        },
        {
            "IDS": 2,
            "IDOrga": "boss",
            "IDVotants": [
                [
                    "utilisateur2",
                    0
                ],
                [
                    "utilisateur3",
                    0
                ]
            ],
            "question": "se test est il validess ?",
            "choix": [
                "choix1",
                "choix2",
                "choix3"
            ],
            "votes": [
                "A2"
            ],
            "IDVotes": [
                [
                    "utilisateur2",
                    0
                ]
            ],
            "ouvert": true
        },
        {
            "IDS": 3,
            "IDOrga": "boss",
            "IDVotants": [
                [
                    "utilisateur2",
                    0
                ],
                [
                    "utilisateur3",
                    0
                ]
            ],
            "question": "se test est il validesss ?",
            "choix": [
                "choix1"
            ],
            "votes": [],
            "IDVotes": [
                [
                    "utilisateur2",
                    0
                ]
            ],
            "ouvert": true
        },
        {
            "IDS": 4,
            "IDOrga": "boss",
            "IDVotants": [
                [
                    "utilisateur3",
                    0
                ]
            ],
            "question": "AFFICHE PAS SA NORMALEMENT",
            "choix": [
                "choix1",
                "choix2",
                "choix3"
            ],
            "votes": [],
            "IDVotes": [
                [
                    "utilisateur2",
                    0
                ]
            ],
            "ouvert": true
        },
        {
            "IDS": 5,
            "IDOrga": "boss",
            "IDVotants": [
                [
                    "utilisateur2",
                    0
                ],
                [
                    "utilisateur3",
                    0
                ]
            ],
            "question": "se test est il valide ?",
            "choix": [
                "choix1",
                "choix2",
                "choix3",
                "choix1",
                "choix2",
                "choix3"
            ],
            "votes": [],
            "IDVotes": [
                [
                    "utilisateur2",
                    0
                ]
            ],
            "ouvert": true
        },
        {
            "IDS": 6,
            "IDOrga": "ba",
            "IDVotants": [
                [
                    "boss",
                    0
                ]
            ],
            "question": "hhhhhhhhhhhhh",
            "choix": [
                "h1",
                "h2",
                "h3"
            ],
            "votes": [
                "h1"
            ],
            "IDVotes": [],
            "ouvert": true
        },
        {
            "IDS": 7,
            "IDOrga": "ba",
            "IDVotants": [
                [
                    "boss",
                    0
                ],
                [
                    "ba",
                    0
                ]
            ],
            "question": "hhhhhhhhhhhhh",
            "choix": [
                "h1",
                "h2",
                "h3"
            ],
            "votes": [],
            "IDVotes": [],
            "ouvert": true
        },
        {
            "IDS": 1,
            "IDOrga": "baaz",
            "IDVotants": [
                [
                    "baaz",
                    0
                ],
                [
                    "utilisateur2",
                    0
                ],
                [
                    "ba",
                    0
                ]
            ],
            "question": "AAAAAAAAAAAAAA",
            "choix": [
                "A1",
                "A2"
            ],
            "votes": [],
            "IDVotes": [],
            "ouvert": true
        },
        {
            "IDS": 2,
            "IDOrga": "baaz",
            "IDVotants": [
                [
                    "baaz",
                    0
                ],
                [
                    "utilisateur2",
                    0
                ],
                [
                    "ba",
                    0
                ]
            ],
            "question": "AAAAAAAAAAAAAA",
            "choix": [
                "A1",
                "A2"
            ],
            "votes": [],
            "IDVotes": [],
            "ouvert": true
        }
    ]
}