***********
version 1.4
***********

* date/time values are always serialized with microseconds and in the local time zone for consistency's sake
* fixed a crashing bug in the JSON control-character encoding algorithm
* updated the XmlRpcHandler module for enhanced logging
* source released under the MIT license as well as LGPL 2.1


***********
version 1.3
***********

* always include charset=utf-8 in Content-Type in JsonRpcClient; JSON messages
  are always serialized with UTF-8 encoding


***********
version 1.2
***********

* fixes for quoting control characters - serialization/deserialization


***********
version 1.1
***********

* added support for the new arbitrary-precision numeric type introduced in qore
  0.8.6
* serialize control characters with escape codes to be compatible with common
  Javascript JSON libraries


***********
version 1.0
***********

Initial release of the json module
Requires qore 0.8.1+ to build and run
see README and docs for more information
