Convert text received in JSON format

Hello. Does anyone know how to convert text received in JSON format into a format that can be used within TouchDesigner? It seems like only numbers can be utilized.

Thank you.

Hello,
With json Dat you can easely obtain the text values inside json (use operator snippet to see example) or you can use Python json library to transform json to Python dict and extract any value.

Oh I didn’t even know there were examples in TD.
I solved it with your information. (I put text value in text dat, and input op(‘text operator name’).text.)
Thank you so much. :smiley: