How to save and retrieve a JSON directly in latest version of RealmDB in Android during runtime without RealmObject Using RealmDB – Kotlin
I need to store and retrieve a JSON in ReamDB in runtime without creating a RealmObject for that. Also want to check whether the particular JSON object is present in the DB already using a giving field (like “id”). If it exists, then update the object,If not, then save it as new object.