you can use `context.assets.open(jsonAssetFileName...
# android
t
you can use
context.assets.open(jsonAssetFileName)
to get an
InputStream
then pass that to your json parser
👍 1