在mysql 5.5中解析JSON

我在mysql表中有一个存储为json的字符串.我需要解析字符串并在存储过程中返回值.

Mysql 5.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

上一篇:mysql – 为什么Percona pt-online-schema-change表现如此糟糕?


下一篇:NOSQL—MongoDB之外的新选择