You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the idea of my code was to take in a list of keys and retrieve something akin to JS, like the new example i have added. I think that making a new predicate for the specific json structure is fine, but i was looking for something more general and I guess concise.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been using
library(json)
to try and get json data, but my (simplified) approach seems a little unwieldy:Example, if
J
representsthen i want to be able to do this:
is there a more idiomatic way to reason about the nested structure of JSON data, and get member values?
Beta Was this translation helpful? Give feedback.
All reactions