Just putting finishing touches on the tech to support JSON as another variant of semi-structured data accessed through SQL.
The open source library I used had all the principles I was looking for. But next time I will include documentation as a desirable principle.
This will enrich the semi-structured route with arrays and embedded objects and I imagine is similar to BSON on Mongo in some degree.
Keeping it real – SQL++ o.g.
update 2011-12-04 there was a memory problem in yajl for invalid JSON text handling. major pain to identify and fix but now I’m golden in unprotected