You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to rurema/doctree/issues/2646, `JSON.load` calls `JSON.parse`
internally. But I'm not sure it is true.
This script investigate the behaviour then I learned it is true.
JSON.load と JSON.parse の違いのわかりやすい説明が欲しいです。
それぞれの項目を見比べると、似ていて、ちょいちょい違いがありそうですが、パッとわからない感じがあります。
以下のような内容が明記されることが望ましく思います。
・
JSON.load
は、内部でJSON.parse
を用いてること。・
JSON.load
は、file
クラス等のオブジェクトに対応していること。等
JSON.load
の項目は、JSON.parse
の部分はそちらに譲ってJSON.load
固有の部分を中心に書いたり、英語ドキュメントを参考にしたら、わかりやすくなっていいんじゃないかと思ってます。The text was updated successfully, but these errors were encountered: