Skip to content

mjhea0/query-string-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query String JSON

Build Status Coverage Status npm version

Parse and convert URL query strings to JSON

Install

$ npm install query-string-json

Usage

const parser = require('query-string-json');
const arr = [
  'https://foo.bar?some=params&over=here',
  'https://foo.bar?some=test'
];
const file = '_sample.json';

parser.convert(arr, file, (err, res) => {
  if (!err) console.log('success!');
});

About

Parse and convert URL query strings to JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published