0

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 #

Taplar
  • 24,556
  • 4
  • 20
  • 34
Nathan Bernard
  • 297
  • 2
  • 4
  • 14

0 Answers0