{"library":"grunt-fetch-json","type":"library","category":null,"description":"Grunt plugin to fetch remote JSON resources and save them locally. Current stable version is 0.0.5, last released in 2015. It uses node-fetch under the hood to make HTTP requests. This plugin is built for Grunt-based build pipelines and allows configuring method, headers, body, and parameters per task. It fetches JSON data from remote APIs and stores the responses as local files. This plugin is now obsolete in favor of modern build tools like Gulp or direct use of node-fetch. No active maintenance, package is deprecated.","language":"javascript","status":"deprecated","version":"0.0.5","tags":["javascript","gruntplugin","fetch","json","data driven"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install grunt-fetch-json","imports":["grunt.loadNpmTasks('grunt-fetch-json');","grunt.initConfig({ fetchJson: { ... } });","fetchJson: { files: { 'dest.json': 'http://example.com/data.json' } }"]},{"cmd":"yarn add grunt-fetch-json","imports":[]},{"cmd":"pnpm add grunt-fetch-json","imports":[]}],"homepage":"https://github.com/argyleink/grunt-fetch-json#readme","github":"https://github.com/argyleink/grunt-fetch-json","docs":null,"changelog":null,"pypi":null,"npm":"grunt-fetch-json","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}