json-chance

0.1.1 • Public • Published

json-chance NPM version

Build Status Dependency Status

Create random JSON objects using json-spawn and Chance.js.

Node

var jsonChance = require('json-chance')
 
jsonChance('guid,name,profile(url,twitter,fbid)')
 
// returns
// {
//  "guid": "55585f1d-aedf-50ef-9436-3cbeb3e76afc",
//  "name": "William McCoy",
//  "profile": {
//   "url": "http://bim.gov/du",
//   "twitter": "@nijgu",
//   "fbid": 1000053597266623
//  }
// }
 

CLI

$ jsonchance 'guid,name,profile(url,twitter,fbid)'
 
{
  "guid""55585f1d-aedf-50ef-9436-3cbeb3e76afc",
  "name""William McCoy",
  "profile"{
      "url""http://bim.gov/du",
      "twitter""@nijgu",
      "fbid": 1000053597266623
    }
}

Installation

$ npm install json-chance

Tests

$ npm test
$ npm run coverage

License

MIT

Package Sidebar

Install

npm i json-chance

Weekly Downloads

4

Version

0.1.1

License

MIT

Last publish

Collaborators

  • lufo