az-json
v1.0.1
Published
> Usefull json utils
Readme
az-json
Usefull json utils
Unzips the response from http.request if it's gzipped/deflated, otherwise just passes it through.
Install
$ npm install --save az-jsonUsage
json_clone
json_clone({email:[email protected]});json_copy
json_copy({});json_extend
json_copy({},{full_name:'john dow'},{email:[email protected]});json_fill
json_fill({},{});json_select
json_select({});License
MIT © Sindre Sorhus
