mirek / node-json-hash

JSON hash
24 stars 4 forks source link

handle undefined values in json object #2

Closed dvic closed 9 years ago

mirek commented 9 years ago

Undefined is already declared at https://github.com/mirek/node-json-hash/blob/master/src/digest.js#L9-L17 and n stands for null, we use u for undefined.

dvic commented 9 years ago

Ah, I see. Indeed, when I use your master branch as dependency, it fixes my problems. Is it not yet published on 0.0.4?

mirek commented 9 years ago

Oh, right, thanks. Let me publish it.