if (value && typeof value === 'object' && typeof value.toJSON === 'function'){ value = value.toJSON(key); }
tearsinchina
2015 年 3 月 25 日
Who/What is Douglas Crockford? i guess previous coders 's name. I think the issue may occur if statement. maybe the condistion is false that is expected.