
committed by
Victor Berchet

parent
5706810af2
commit
ce40e85cbb
@ -128,7 +128,7 @@ module.exports.stringify = function(obj, quoteKeys) {
|
||||
res = internalStringify(obj_part, i);
|
||||
if (res === null) {
|
||||
buffer += 'null';
|
||||
}/* else if (typeof res === 'undefined') { // modified to support empty array values
|
||||
} /* else if (typeof res === 'undefined') { // modified to support empty array values
|
||||
buffer += '';
|
||||
}*/ else {
|
||||
buffer += res;
|
||||
|
Reference in New Issue
Block a user