问题 { "data": [ { "name": "John", "mobile_phone": false, "carrier": "none" }, { "name": "Jim", "mobile_phone": true, "carrier": "T-Mobile" } ], "result": 0 } Hi, will it be possible to parse such JSON response in Robot Framework in a way where I will create kind of 'sub' list for each value ? I would like to separate John from Jim and get for example information about carrier for Jim only (via another get request later in test). Thanks ! 回答1: Say the source text (the json) is stored in a variable