Thankfully, I have you guys!
Here is an API output:
{"username":"Temor","balance":"102.73083724150007552344","total_earned":"284.25394566150007632000","total_hashrate":"919.25","workers":{"Temor.1":{"hashrate":"919.25"},"Temor.2":{"hashrate":"0.00"}},"24h_earnings":28.713264186831}
I wish to split this into an array, and have done so successfully, but the problem occurs at "workers". I want it to be a separate array, containing the workers information.
Could anyone guide me in the right direction here? ( I'll probably be able to do this myself after I've refreshed my brain a bit. I'm just stuck right now )