1.0.1 • Published 9 years ago
az-json v1.0.1
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:john.dow@example.com});json_copy
json_copy({});json_extend
json_copy({},{full_name:'john dow'},{email:john.dow@example.com});json_fill
json_fill({},{});json_select
json_select({});License
MIT © Sindre Sorhus