Added support for flattening/unflattening a JSON object to/from a key/
value pair map of strings to strings (this representation of a JSON
object is useful for NVP web API interfaces).

On Feb 14, 10:19 am, "John A. De Goes" <[email protected]> wrote:
> I have a branch of liftweb in which I've modified lift-json.
>
> I added more tests, support for composite type hints (e.g. typeHints1
> + typeHints2), support for polymorphic case classes with no type
> arguments (e.g. case class Foo()), and fixed one bug.
>
> In addition, I added support for serialization of Sets, which should
> generalize to other collection types. Sets are serialized in the most
> obvious fashion: ["foo", "bar"]. Thus JSON arrays can deserialize into
> either sets or lists, depending on their target type.
>
> I matched the existing code style.
>
> You can find the branch here:
>
>    http://github.com/jdegoes/liftweb

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to