Showing a save file's value inside a label

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sopsit

I want to show my json save file’s value inside a label like:
{
“Coin”: 0,
“Health”:100,
}
How can i do that?

:bust_in_silhouette: Reply From: exuin

parse the json using this class

make a label, set the text to the JSON data however you want