You can use JSON in MySQL.
CREATE TABLE jsonstorage( jsontext LONGTEXT);
INSERT jsonstorage (jsontext) VALUES ( ' { "glossary": { "title" : "example_glossary", "GlossDiv" : { "GlossEntry" : { "ID" : "SGML", .... ' );
(Kidding aside, JSON datatype is there now, never used it.)