-1

I'm having a bit of an issue accessing the asterisk property. I'm using a handy chrome tool called "JSONView" to view and copy any paths/values I need so accessing any value is not the problem. The problem is that when I copy the path needed, it gives me this: query.pages.52397875.revisions[0].*

That obviously won't work since there's a number and an asterisk in there. What can I do to make this work?

Picture of the API

MarocCoder
  • 11
  • 4

1 Answers1

0

I think this would work: query.pages.52397875.revisions[0]["*"]

Please try with this once.

Aakash Thakur
  • 3,837
  • 10
  • 33
  • 64