<Expected BEGIN_ARRAY but was BEGIN_OBJECT at line...
# stackoverflow
u
Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $ Can you help me what I missed? I am getting this error when clicking the button in my project and trying to print the data into text. Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 2 path $ Can you help me what I missed? MainActivity : @AndroidEntryPoint class MainActivity : AppCompatActivity() { private lateinit var binding: ActivityMainBinding private val viewModel: PasswordGeneratorViewModel by viewModels() override fun onCreate(savedInstanceState: Bundle?) {...