This PR moves all of dscords JSON parsing code to fast, a scanning JSON parser that is miles faster then the builtin D-lang version. Also refactored the serialization of events/requests to use the builtin D-lang version as opposed to our hackey wrapper on top of it.
This PR moves all of dscords JSON parsing code to fast, a scanning JSON parser that is miles faster then the builtin D-lang version. Also refactored the serialization of events/requests to use the builtin D-lang version as opposed to our hackey wrapper on top of it.
@b1naryth1ef pls review XD