faao
faao copied to clipboard
fromJSON shoule be catch
We should use fromJSON with try-catch.
because, json schmea will be changed at sometimes.
To prevent white screen by chaning schema.
try { fromJSON } catch(){}