mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 06:32:56 +00:00
Taking the json instance as a constant reference, makes all moves into the parameter non-functional, resulting in copies. Taking it by value allows moves to function.