<How can I parse a local JSON file from assets folder into a LazyColumn (from list of data class)?>
k
That thread has info on parsing the JSON file. Once you have the data, use
item
or
items
as documented at https://developer.android.com/jetpack/compose/lists
r
Thanks