We do have this string:
{"transaction_invoiceno":"11111","fallback":false,"emvTags":"null"}
How to convert this string to list or array so we can get values and print them, for example:
transaction_invoiceno = 11111
fallback = false
emvTags = null