# sharma-json

> This library help you to generate json objects.

Latest version **0.0.4** (published 2021-03-10) · 0 weekly downloads

## Install

```sh
npm install sharma-json
pnpm add sharma-json
yarn add sharma-json
bun add sharma-json
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2021-03-10 |
| First published | 2021-03-10 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 30.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | shankar22 |

## Links

- npm: https://www.npmjs.com/package/sharma-json
- npm.io page: https://npm.io/package/sharma-json

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.0.0

## Recent versions

- 0.0.4 (latest) — 2021-03-10
- 0.0.3 — 2021-03-10
- 0.0.2 — 2021-03-10

## README

# SharmaJson

This library help you to generate json objects.

## Install

npm i sharma-json

## Import the module

import { SharmaJsonModule } from 'sharma-json';

Then add the module bellow,

imports: [ SharmaJsonModule ]

## Import the service in your component

import { SharmaJson } from 'sharma-json';

Then call getJson(numberOfObject) function. The function will return an array of json object(s). The function value will be 1 - 100000. If you use 1000, It means the function will return you an array of 1000 json objects.

constructor(myjson : SharmaJson) { console.log(myjson.getJson(5555)); }


Thanks.....

---
_Source: https://npm.io/package/sharma-json · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
