SkillAgentSearch skills...

JsonQ

A JavaScript library to make manipulation and extraction of data from a JSON very easy and fast.

Install / Use

/learn @s-yadav/JsonQ
About this skill

Quality Score

0/100

Supported Platforms

Universal

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)
View on GitHub
GitHub Stars202
CategoryDevelopment
Updated4mo ago
Forks68

Languages

JavaScript

Security Score

92/100

Audited on Nov 3, 2025

No findings