How to query Json objects in MySQL? |
How to query Json objects in MySQL?
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
That's an informative project. There is no native way to query JSON objects in MySQL. You can make use of the MySQL JSON_EXTRACT() function to extract values from a JSON object, but the syntax is complex. Alternatively, you can use a third-party library such as jOOQ or Hibernate to query the JSON object.
|
Welcome Guest, Not a member yet? Register Sign In |