On [https://jolt-demo.appspot.com/#inception] I passed
input as -
{ "key": "id" }
and spec as -
[ { "operation": "shift", "spec": { "key": "" } } ]
then the output is "id"
So, is this expected or it's a bug.
Just confirming but it's kind of solving my problem getting that value as a String not as a JSON object.
On [https://jolt-demo.appspot.com/#inception] I passed input as -
{ "key": "id" }
and spec as -[ { "operation": "shift", "spec": { "key": "" } } ]
then the output is"id"
So, is this expected or it's a bug. Just confirming but it's kind of solving my problem getting that value as a String not as a JSON object.