Skip to content

Support for other data types -- Guid, DateTime, etc. #3

Description

@GoogleCodeExporter
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.com on 30 Jul 2007 at 5:46

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions