Hey hey π
I know this is very use case specific. I assume this is outside the scope of Webstudio's support. If anyone could help out with this or knows someone that could, I'd be willing to pay.
I can drill into this json file
JSON.locales.[0].data.
until that point. Then I get a list of IDs such as
audio_21C02D84_643F_B414_41B0_c31
, while I want:
- The output of "value" such as
26-02-2016
that comes after the ID. - If possible, filter only data that contains
panorama_
.
I understand the JSON file is messy, but that's something I'm trying to deal with.
If that's possible within the expression editor, amazing.