On 24/09/09 2:34 PM, Timothy Perrett wrote:
>
> Nice stuff Joni!

Indeed. That this module gets lots of love shows.
Everything nice and tidy in a neat little package.

Did I mention that it's test cases serve as docs too?

/Indrajit

>
> Cheers, Tim
>
> On 24 Sep 2009, at 08:24, Joni Freeman wrote:
>
>>
>> Hi,
>>
>> There is now improved XML support in lift master. See a short section
>> in README:
>> http://github.com/dpp/liftweb/tree/master/lift-json/
>>
>> and some executable examples:
>> http://github.com/dpp/liftweb/blob/master/lift-json/src/test/scala/net/liftweb/json/XmlExamples.scala
>>
>> Cheers Joni
>>
>> On Sep 2, 9:27 pm, harryh<har...@gmail.com>  wrote:
>>> Is there anything built into lift that will doXML->  JSON
>>> conversion?  For example:
>>>
>>> <foos>
>>>    <foo>
>>>      <id>1</id>
>>>      <name>Harry</name>
>>>    </foo>
>>>    <foo>
>>>      <id>2</id>
>>>      <name>David</name>
>>>    </foo>
>>> </foos>
>>>
>>> to:
>>>
>>> {
>>>    "foos": {
>>>      "foo": [{
>>>          "id": 1,
>>>          "name": "Harry"
>>>       },
>>>       {
>>>          "id": 2,
>>>          "name": "David"
>>>       }
>>>      ]
>>>
>>> }
>>>
>>> Just checking to see if there was something Lift friendly to do this
>>> before writing my own (or picking a java library to use).
>>>
>>> -harryh
>>>
>>
>
>
> >

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

Reply via email to