mikekelly / hal-browser

An API browser for the hal+json media type
MIT License
835 stars 157 forks source link

fix: null is resolved as a object, but object.keys(null) will raise e… #91

Closed simonbrynych closed 7 years ago

simonbrynych commented 7 years ago

…xception

line 78: typeof null is resolved as a "object" line 81: Object.keys(null) raise Exception and Hal Browser response can't be opened

mikekelly commented 7 years ago

thanks!