Support for other standard system value types -- Guid and DateTime, for
example -- is not presently handled within the library. The current
practice is to add support for these types in usage of the library, i.e.
add a guid to a JSONValueCollection as a JSONStringValue.
There is a convenience factor in having a default handling for certain
types, but there also needs to be a way to override the default handling.
For instance, the guid can also be handled as a byte array, which would
emit different JSON output vs. handling as a string.
Support needs to be added to allow default json formatting as well as a
capacity to override json formatting.
Original issue reported on code.google.com by
jeff.rod...@gmail.comon 30 Jul 2007 at 5:46