Hacker News new | ask | show | jobs
by emidln 3358 days ago

    a = {}
    b = {}
    a["b"] = b
    b["a"] = a

    a == deserialize(serialize(a))