jsonpath-object-transform icon indicating copy to clipboard operation
jsonpath-object-transform copied to clipboard

Transform an object literal using JSONPath.

Results 14 jsonpath-object-transform issues
Sort by recently updated
recently updated
newest added

also a small grammar correction.

Hi dvdLn, I think this is a really useful package. Thanks for taking the time to write it. When using jsonpath-object-transform V1.0.4 I have noticed that the time taken to...

Added functionality for merging arrays to an object and dynamic keys. Fixed bug from #5

Hello Dvdln, Below is my package declaration, I am trying to use both jsonpath-object-transform and jsonpath. ``` { "name": "TestRules", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo...

Two years ago, an update was done to handle static string but this has not been published to npm, can this be published as 1.0.5.

Just wanted to make you aware that I have reimplemented this on Python here: https://github.com/innovationgarage/python-jsonpath-object-transform Maybe you could link to it from the README? I've published it under the same...

Hi. Thanks for this helpful library. Please see the following 3 code snippets. The second version fails. I am trying to apply a sub-template transformation to a filtered (via jsonpath...

Added support for multiple matching arrays. Currently only the first matched array is transformed. For example: ``` var transform = require("jsonpath-object-transform"); var team = { members: [ { name: "Peter",...