@alell/jsonpath-plus-q
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

jsonpath-plus-q

JSONPath-Plus for multiple formats json, yaml and XML.

$ npm i -s @alell/jsonpath-plus-q
import { yq, jq, xq } from '@alell/jsonpath-plus-q';

const j = jq(".a", JSON.stringify({a: "json field result"}))
const x = xq(".a._text", '<a>xml element result</a>');
const y = yq(".a", 'a: "yaml field result"');

About US

<style> .flex-container { display: flex; flex-wrap: nowrap; } .flex-container img.social { width: 60px; height: 60px; margin: 10px; text-align: center; line-height: 75px; font-size: 30px; } </style>

Help us

See CONTRIBUTING.md

If you like our project help us to make more best solutions.

Bitcoin / network BTC:

1NvnQAp2e46Fqv4YaoYTioypJZdq4Kc3Az

Etherium / network Etherium:

0x38a2113604fb3d642bbd009301e94848a499cea4

BitTorrent / network Tron:

TD9LHa5BjWQpf4oP3uYWP8ghnojJWJy53C

Dependencies (0)

    Dev Dependencies (9)

    Package Sidebar

    Install

    npm i @alell/jsonpath-plus-q

    Weekly Downloads

    64

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    64.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • alansferreira