▲ | drob518 2 days ago | |
Seems like a large integer can always be communicated as a vector of byte values in some specific endian order, which is easier to deal with than Base64 since a JSON parser will at least convert the byte value from text to binary for you. But yea, as a Clojure guy sexprs or EDN would be much better. |