[Lift] Re: Mapper - JObject bridge

2009-12-16 Thread Joni Freeman
Hi, Yes, that's a way to convert JSON AST to string and vice versa. All functions in lift-json operate on AST instances. This is lets us post- and pre-process JSON in many ways before converting it to string. See for instance functions map, merge, diff, \, etc. defined in JsonAST (scaladocs still

Re: [Lift] Re: Mapper - JObject bridge

2009-12-16 Thread Xuefeng Wu
Thanks, Joni. On Wed, Dec 16, 2009 at 4:24 PM, Joni Freeman freeman.j...@gmail.comwrote: Hi, Yes, that's a way to convert JSON AST to string and vice versa. All functions in lift-json operate on AST instances. This is lets us post- and pre-process JSON in many ways before converting it to

[Lift] Re: Mapper - JObject bridge

2009-12-07 Thread glenn
David, I couldn't find encodeAsJSON_! on MetaMapper in the Lift source on github. Where is this code checked in? Glenn On Dec 2, 1:15 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks (HarryH -- this means you), I've just checked in code on the dpp_issue_213 that does Mapper -