The MySQL json direction is going to work great for my project I'm doing for a client. The concept is to mirror the remote DB via REST web service. It's too cool that I can have a standard table schema and update it with JSON based data. This eliminates the data conversion that would be needed using a JSON extension module.
BTW: SQLite also supports a similar JSON interface. This direction my be more appropriate for Windows desktop applications.