It’s easier
If you process it, this should be store as text list instead in your DB
so each item will be

  {
    "user": "ctovla@gmail.com",
    "rating_result": "3.0"
  }

And using regex, you could be able to use data inside this JSON object. At this moment, you will keep the data type as text like actually.

1 Like