I have a text something like this:
altough my text will be significantly larger with multiple items. as you can see in the above text there is a textDisplay entry which will appear in every single item. is there a way to get the text inside the textDisplay "variable" from all items? I've tried with Json but had not luck. Also tried to get the text between textDisplay and the comma something like:
string data = getBetween(text, "textDisplay", ",");
but it only read the first one.
Thank you