在 mysql 5.5 中解析 JSON

Parsing JSON in mysql 5.5

我在 mysql table 中存储了一个字符串 json。我需要在存储过程中解析字符串和 return 值。

Mysql5.5 支持吗?

我遇到了这个 UDF:https://github.com/ChrisCinelli/mysql_json

不幸的是,由于操作问题,我无法在我的 mysql 服务器上安装此 UDF。

如何解析 mysql 中的 json?

注:我们使用的是percona版本MySQL

我最终使用了 common_schema:https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/common-schema/common_schema-2.2.sql

它有json解析函数:https://common-schema.googlecode.com/svn/trunk/common_schema/doc/html/extract_json_value.html