Please see

def props: List[(String,JsExp)]

and

def +*(other: JsObj)

would this suffice ?

+* looks like an awkward name to me ... ++ expresses concatenation
better IMHO.

Br's,
Marius



On Mar 24, 8:36 pm, Tim Perrett <[email protected]> wrote:
> Hey guys,
>
> So, I have a JsObj with a bunch of key-value pairs - how can I both
> add new key pairs or update existing values?
>
> I originally had my data being held as Map[String,String], and
> attempted to convert it to JsObj however this was for some reason
> causing a massive memory leak which nearly crashed my entire mac. lol.
>
> Thoughts?
>
> Cheers, Tim
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to