Hey Folks, I wrote a Json AST and parser/serializer for unrelated reasons yesterday. This could be the basis of a Record <--> Json tool.
--j On Wed, Mar 4, 2009 at 9:11 AM, David Pollak <[email protected]>wrote: > > > On Wed, Mar 4, 2009 at 9:08 AM, Marius <[email protected]> wrote: > >> >> Hi, >> >> I was thinking that it might be useful to be able to obtain a JSON >> representation of a Record and also from a JSON construct to create a >> Record. >> >> Record defines now: >> >> def suplementalJs(ob: Box[KeyObfuscator]): List[(String, JsExp)] = Nil >> >> but that's not very intuitive ... not to mention not implemented yet. >> >> Thoughts ? > > > I've been needing bi-directional JSON support to allow for the creation of > complex JSON data structures. > > So, my thought is I have a need, but not a solution. :-) > > >> >> >> Br's, >> Marius >> >> > > > -- > 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 > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
