I just ran across this post (via Planet Mysql) at Flite Mechanics. Apparently you can now use common_schema to parse JSON directly. Now there’s no more need to run your JSON through extra programming to enter it into the database. Just parse the JSON and use the extract to insert into any table of your choosing. Lovely stuff.