Hello i wanted to ask how to access array in javascript from JSON object like this:
Object {results: "success", message: "Your message have been sent successfully", error_id_array: Array[1]}
error_id_array: Array[1]
0: "2"
length: 1
__proto__: Array[0]
message: "Your message have been sent successfully"
results: "success"
__proto__: Object
This question is related to this How to work with array returned from PHP script using AJAX? question. Thank you