You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"@" - reference another key by name in a walked wildcard "*" path
Example: "@(3,title)"
"3" means go up the tree 3 levels and then lookup the key "title" and use the value at that key
Any plans to support these?
The text was updated successfully, but these errors were encountered:
Isn't the spec of this package reversed from Jolt? Jolt spec maps from input field to output field path, while kazaam maps output field to input field path. Would this change make it harder to introduce iterative wildcard "*", or to create a new array based on an input array? For example, the following Jolt spec would create a new array photos[] from an input array Photos[]. Can Kazaam do something similar?
It doesn't seem like Kazaam supports some of the wildcard functionality that Jolt offers in terms of the shift operation...
As an example, here is a Jolt shift spec:
Specifically:
"&" - references key values captured by a walked wildcard "*" path to get a value
Example:
"@" - reference another key by name in a walked wildcard "*" path
Example: "@(3,title)"
"3" means go up the tree 3 levels and then lookup the key "title" and use the value at that key
Any plans to support these?
The text was updated successfully, but these errors were encountered: