set db value from json accepts json in the format {"value": "value_1", "value": "value_2"}
but what if I have json in the format
{"success":"1","client":[{"id":"26","idapp":"33","descriptionapp":"молодой"},{"id":"28","idapp":"35","descriptionapp":"старый"}]}
Flipabit uses flat (SQLite table) model that consists of a single, two-dimensional array of data elements. You need to transform tree model into a flat one.