You can't load this data directly into an array. Arrays in Construct require a specific JSON format.
So you will need to extract high scores from the LeaderboardJSON object. There is a template in C3 demonstrating how to work with JSON object, check it out.