Android Update specific Json -
lets have 2 different json's in database how can update/add more values json name user123 without affecting region , name values.
{ "region": "eu", "name": "user12345", } { "region": "eu2", "name": "user123", }
json in database table plain string. need fetch it.. modify it.. , insert again database table.
Comments
Post a Comment