i have this list of users and I have a bit hard time to figure out how to deserialize it in C#
{"-NBDmMEcFMNkPynkW3tG":{"userID":"-NBDmMEcFMNkPynkW3tG"},"-NBDmO1uKeY22QD5H5DJ":{"userID":"-NBDmO1uKeY22QD5H5DJ"}}
I am using Unity JsonUtility and JsonHelper, but no models i tried to define provide any results.
Thanks for any help.