In this tutorial you will learn how to fill your array from a json file in the Construct 3 files. The tutorial is fully commented in the attached file. All my t...
Hi... can you tell me how can i read this json info to get in in an array?
{
"lastUpdateId": 592561749532,
"E": 1626660385862,
"T": 1626660385852,
"bids": [ [ "16.69200", "123" ],
[ "16.69100", "82" ]
}
I need only the content of bids...