Im hard pressed to store data as \'JSON\' format into my sqlite database for an rails application. I have searched for how to store data as JSON in my sqlite database but am
Tried first using 'JSON' as an data type but since SQLite had no support for 'JSON' data type it failed. Then again I performed an migration with the data type for the attribute set up as type 'string' and it started to work.