Does anyone know why this does not work on Android?
JSONArray jsonList= new JSONArray("[\"a\"]");
and
JSONArray jsonList= new JSONArray("['a']");
Thank you.
Eenvincible
5,6462 gold badges29 silver badges47 bronze badges
default
Does anyone know why this does not work on Android?
JSONArray jsonList= new JSONArray("[\"a\"]");
and
JSONArray jsonList= new JSONArray("['a']");
Thank you.
think and bravely disagree