Replies: 1 comment 1 reply
|
Yes since the list is a temporary value, it does not work. The |
1 reply
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.
Working with complex enough JSON:
print(json.field("root").field("usr").field("bin").array().get().length)What would I need to do?
This worked, but I don't like it:
All reactions