I propose adding serialization of complex numbers just like in JSON3. ``` 1 + 2im -> {"re": 1, "im": 2} ``` I am willing to implement this once approved