Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
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