「JavaScript入門」jsonオブジェクトが空かどうかを判定する

サンプルコード
var cft = {};
if (Object.keys(cft).length === 0) {
//some code
}

JavaScript

Posted by arkgame