I have this data in a javascript variable:
var a = {
"answers":[
{"correct":null, "response":true, "text":"x" },
{"correct":null, "response":true, "text":"y" }
]
}
I would like to send this to the server but exclude the correct and text fields. How can I remove these?