``` var obj = JSON("...") var str = obj.rawString() var anotherObj = JSON(str) ``` this does not work. Why?