I thought this was on here somewhere but I can't find it

What is the struct format to consume JSON data like this

Code:
[{"status_code":200,....}]
Code:
    Struct tdTest
        String status_code
        ......
    End_Struct
    
    tdTest[] tTest

    Get JsonToDataType of hJ to tTest  // Still an array of 0 elements