I get the following when I call response.toSource() having made a query to a google spreadsheet.
({
ej: "0.6",
Oe: "ok",
gb: [],
hb: [],
Cg: "407260946",
g: {
zb: "0.6",
z: [{
id: "B",
label: "",
type: "string",
pattern: ""}],
D: [{
c: [{
v: "\"My data\""}]}],
Na: null
}
})
I wish to access the string “My data” and store it in a var, how do I do this?
Well, “My data” is a value to the key
vin an array which is a value to the keycwhich is stored in an array which is a value to the keyDwhich is stored in an object with the keyg. So it’s