I'm using an API to parse stuff using json, it works fine but I'm stuck on interpreting the "#" symbol in json, it looks like:
"pic": [
{
"#text": "<someurl>",
"size": "sm"
},
..
when I do data.pic.#text it throws an error, it can't read #