https://github.com/sapics/singular-plural-json
https://github.com/sapics/singular-plural-json
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sapics/singular-plural-json
- Owner: sapics
- License: mit
- Created: 2017-12-21T23:45:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T00:42:02.000Z (over 7 years ago)
- Last Synced: 2025-02-26T22:48:06.555Z (3 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singular-plural-json [](https://badge.fury.io/js/singular-plural-json)
## Installation
```
npm i --save-dev singular-plural-json
```## Usage
```javascript
var spJson = require('singular-plural-json')
console.log(spJson)
// {book:"books",dog:"dogs", ... }
```