for example, I have this string
{"items":[{"match_id":"1-147440f1-7330-4c9c-9d3d-fab2e43e0754","version":2,"region":"EU"},{"match_id":"2-543985-ndakf-948129-dfsdafsda89fsda", "version":2","region":"EU"}
how can I get only the "1-147440f1-7330-4c9c-9d3d-fab2e43e0754", so the next characters after match_id that are between " ". I need them as string so not int or anything else, just string. Thank you!