My problem is I receive an JSON text from say, twitter. Then I want to convert this text to an native object in scala. Is there a standard method to do this? I\'m also using Pla
convert to jsvalue by using Json.parse(string) then add operator as[T] to extract the value