Here (click Convert 'prefix soup', to nested data item) is example of translating prefix json into nested json.
Interesting string is
"rating-*": "SecondaryRatings.&(0,1)"
I understand that *
is regular expression for keys, &
somehow refer to value, but what does (0,1)
mean in jolt?