Jsonquerylang

Latest version: v1.1.1

Safety actively analyzes 707607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

4.1.1

[4.1.1](https://github.com/jsonquerylang/jsonquery/compare/v4.1.0...v4.1.1) (2024-12-03)


Bug Fixes

* document function `substring` and change it into a standalone function ([f252a59](https://github.com/jsonquerylang/jsonquery/commit/f252a598b6efc127a6104046f42587bdc7d73c65))

4.1.0

[4.1.0](https://github.com/jsonquerylang/jsonquery/compare/v4.0.0...v4.1.0) (2024-12-03)


Bug Fixes

* a minor performance improvement in `parse` ([7cea93e](https://github.com/jsonquerylang/jsonquery/commit/7cea93ed3206ebd90aaef3a23082c38094243c8f))
* functions `filter` and `if` wrongly filtering on empty strings ([3019075](https://github.com/jsonquerylang/jsonquery/commit/3019075fb6edb9e3414c30084c91a01151ecad38))
* throw an error when passing an object to `compile` instead of a function notation `["object", {...}]` ([615393a](https://github.com/jsonquerylang/jsonquery/commit/615393a35e31c7f3d6908d017c4ffb0504abb7cc))


Features

* implement functions `reverse`, `mapObject`, `mapKeys`, `mapValues`, `join`, `split`, `number`, `string` ([958a31e](https://github.com/jsonquerylang/jsonquery/commit/958a31ed4cc8e673776a578204e2b0c726180fe5))
* refine function `split` ([8104582](https://github.com/jsonquerylang/jsonquery/commit/8104582fe1c219cd41b9d52e850d2298ff5ad42c))
* turn function `text | split(separator)` into a standalone function `split(text, separator)` ([7bcff0f](https://github.com/jsonquerylang/jsonquery/commit/7bcff0f77fd1211f6c271510f9edf85828d9784b))

4.0.0

[4.0.0](https://github.com/jsonquerylang/jsonquery/compare/v3.1.1...v4.0.0) (2024-11-12)


Bug Fixes

* function `get` now returns `null` instead of `undefined` when a property doesn't exist ([95d1764](https://github.com/jsonquerylang/jsonquery/commit/95d1764700c42f1e36bca6e09865400453b51ecd))


Features

* implement a language agnostic JSON test suite ([6](https://github.com/jsonquerylang/jsonquery/issues/6)) ([3c3701d](https://github.com/jsonquerylang/jsonquery/commit/3c3701d168d8644792cae3ae06e3e853718c2936))
* implement function `if` ([2be6115](https://github.com/jsonquerylang/jsonquery/commit/2be6115a6ef7a8a4180e22e89add69df06840c98))


BREAKING CHANGES

* Function `get` now returns `null` instead of `undefined` when a property doesn't exist

3.1.1

[3.1.1](https://github.com/jsonquerylang/jsonquery/compare/v3.1.0...v3.1.1) (2024-10-10)


Bug Fixes

* CLI files missing in npm package ([3ef4b5f](https://github.com/jsonquerylang/jsonquery/commit/3ef4b5f1187dd64cceee1dd3dd25ec63d8fe593c))

3.1.0

[3.1.0](https://github.com/jsonquerylang/jsonquery/compare/v3.0.5...v3.1.0) (2024-10-10)


Features

* implement a command line interface (CLI) ([4bad6ad](https://github.com/jsonquerylang/jsonquery/commit/4bad6adbb4ef23ffc73eb6100056e7efa7af6dd0))

3.0.5

[3.0.5](https://github.com/jsonquerylang/jsonquery/compare/v3.0.4...v3.0.5) (2024-09-23)


Bug Fixes

* export type definitions like `JSONQuery` and `JSONQueryOptions` ([a263084](https://github.com/jsonquerylang/jsonquery/commit/a263084a05b43f1f174f0bdf2716c8772d9de3a2))

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.