# jsonq

> jsonQ is a light weight and feature-rich javascript library to make your world around JSON fast and easy. For a JSON, it makes traversing , extracting data and manipulating it very simple.

Latest version **1.2.0** (published 2018-09-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install jsonq
pnpm add jsonq
yarn add jsonq
bun add jsonq
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2018-09-14 |
| First published | 2013-11-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 163.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 202 |
| Author | Sudhanshu Yadav |
| Maintainers | sudhanshu |
| Keywords | json, library, query, manipulate, traverse, data, extract |

## Links

- npm: https://www.npmjs.com/package/jsonq
- Repository: https://github.com/s-yadav/jsonQ
- Issues: https://github.com/s-yadav/jsonQ/issues
- npm.io page: https://npm.io/package/jsonq

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.2.0 (latest) — 2018-09-14
- 1.1.0 — 2016-10-15
- 1.0.3 — 2015-07-31
- 1.0.2 — 2015-07-31
- 1.0.1 — 2013-12-29
- 1.0.0 — 2013-11-16

## README

jsonQ
=====

jsonQ is a light weight and feature-rich javascript library to make your world around JSON fast and easy.<br />
For a JSON, it makes traversing (you don’t need to make loop inside loop), extracting data and manipulating it very simple.<br/>
It also provide some utilty methods , we need while working with JSON which directly works with a JSON .

### Installation
  <p>
  	For node
    <pre>
npm install jsonq
</pre>
and include on file using
<pre>
var jsonQ=require("jsonq");
</pre>

<br/>
    For browser just include jsonQ.min.js file or jsonQ.js in your directory.
  </p>

### Major Updates
1. Added UMD Support,
2. Fixed Major bug #10 (jsonQ method getting overrided if objects have same named keys)

<strong>See documentation on http://ignitersworld.com/lab/jsonQ.html</strong>

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