This is really great, making XML as easy to generate as JSON was
something I thought I'd never see.

On Fri, Sep 25, 2009 at 7:27 AM, David Pollak
<feeder.of.the.be...@gmail.com> wrote:
>
>
> On Fri, Sep 25, 2009 at 6:19 AM, Timothy Perrett <timo...@getintheloop.eu>
> wrote:
>>
>> Sorry Dave, but the brevity of your reply left me somewhat confused...
>> "yes it makes sense to do that" or "yes, we'll be replacing everything with
>> lift-json" ?
>
> Eventually, we'll be integrating all of lift-json into the existing Lift
> JavaScript infrastructure.
>
>>
>> Cheers, Tim
>> On 25 Sep 2009, at 14:07, David Pollak wrote:
>>
>> On Fri, Sep 25, 2009 at 1:21 AM, Timothy Perrett <timo...@getintheloop.eu>
>> wrote:
>>>
>>> Are there any plans to supersede the JsObj stuff with what is in lift-
>>> json ? Seems like that would make a lot more sense, no?
>>
>> Yes.
>>
>>>
>>> Cheers, Tim
>>>
>>> On 24 Sep 2009, at 22:13, Indrajit Raychaudhuri wrote:
>>>
>>> >
>>> >
>>> > 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
>>> >>>>
>>> >>>
>>> >>
>>> >>
>>> >>>
>>> >
>>> > >
>>> >
>>>
>>>
>>>
>>
>>
>>
>> --
>> Lift, the simply functional web framework http://liftweb.net
>> Beginning Scala http://www.apress.com/book/view/1430219890
>> Follow me: http://twitter.com/dpp
>> Git some: http://github.com/dpp
>>
>>
>>
>>
>>
>
>
>
> --
> 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