The MySQL 5.7.7 JSON Lab release introduces a native JSON datatype. See Knut Anders Hatlen’s blog post for more details on this new datatype. In this release we also introduced a number of functions for creating and querying JSON documents. In this post we’ll explore the following new functions related to manipulating JSON documents:
-
jsn_array() -
jsn_object() -
jsn_insert() -
jsn_remove() -
jsn_set() -
jsn_replace() -
jsn_append() -
jsn_merge() -
jsn_extract()
Dag Wanvik’s follow up blog …
[Read more]