I'm not sure if this is possible as I've searched but couldn't find anything related, but didn't find anything saying it's not!
In my Azure DevOps build pipeline I have a variable which holds a JSON value e.g:
Is there anyway of using a value of a json variable within a task? I've tried (on the off chance) $(myJson.message) and $(myJson).message but these didn't work.
So do pipeline variables only support simple types? Or is there a way round this?
