Can't access field containing a period character #187
Unanswered
CoconutMacaroon
asked this question in
Q&A
Replies: 1 comment
-
I don't know, honestly. JSONPath doesn't seem to support quoting the properties. I made it work with JSONata, however. Would that work for you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying to use the Alpha Vantage API. Here is an example JSON from the API (URL is
https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=SPY&apikey=[REDACTED]
I'm trying to access field
10. change percent
with the query$.Global Quote.10. change percent
, but it just saysNo data
. How can I fix this query?Beta Was this translation helpful? Give feedback.
All reactions