Version 0.2
Corrected the escape function. Unlike XML, JSON does not have a CDATA capability. This makes escaping certain characters a requirement. Just like the toXML.QueryToXML() function there is an argument called 'cDataCols', which is a list of columns that are to use the CDATA element. In toJSON, this argument is used to escape those characters for the columns listed.
