JSON.stringify
https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
#??
第二引数
replacer
第3引数
space
JSON.stringify(hoge,null,2)
の意味
fast-json-stable-stringify
keyの順序を考慮するやつ
https://github.com/epoberezkin/fast-json-stable-stringify
https://remoter.hatenablog.com/entry/2020/05/25/JSON_stringify()_でオブジェクトの比較をするとうまくいかな