This is not valid JSON; there is no => syntax in JSON:
"id": 1,
"name": "Name",
"options" : [
"option_33423" => {
"text": "Lorem ipsum"
},
"option_33222": => {
"text": "Lorem ipsum"
},
]
Whenever you convert a PHP associative array to JSON (such as the Resource does), you get an Object. If you wan options as an array, you sacrifice the keys.