Skip to content

Command line utility to build json using nested json files.

Notifications You must be signed in to change notification settings

divyeshmakwana96/injson

Repository files navigation

injson

Command line utility to build json using nested json files.

oclif Version Downloads/week License

Installation

$ npm install -g injson

Format

You can use !include('./path-to-json/item1.json')

Example usage:

{
  "pi": 3.141,
  "happy": true,
  "questions:": [
    "!include('./questions/item1.json')"
  ],
  "answer": {
    "everything": 42
  }
}

Command

$ injson input.json output.json -m

-m parameter is optional and will export json as minified.

About

Command line utility to build json using nested json files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published