Programming protip: positional arguments can be hard to understand at the call site. So instead of:

serialise(data, true);

prefer

serialise({ arg1: data, arg2: true });

Shitposting probably isn't really my forte. I assure you I've got other talents though.