On Thu, Sep 24, 2009 at 2:04 AM, Timothy Perrett <timo...@getintheloop.eu>wrote:

>
> Nice stuff Joni!
>

+1


>
> 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
> > >
> >
>
>
> >
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
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