I have an array of json objects. [{id: 1...}, {id: 2...} .... ] I want to put each of them into a map<string, ?> for easy look up. But I have no idea what to use for **?**.
I have an array of json objects.
I want to put each of them into a map<string, ?> for easy look up.
But I have no idea what to use for ?.