- Notifications
You must be signed in to change notification settings - Fork37
-
Hi, I have a question. |
BetaWas this translation helpful?Give feedback.
All reactions
I use the browser API, and pretend that the JSON returned is anOpenStruct. Each of the following transpire to the same thing:
json['field']json[:field]json.field
Replies: 1 comment 1 reply
-
I use the browser API, and pretend that the JSON returned is anOpenStruct. Each of the following transpire to the same thing: json['field']json[:field]json.field |
BetaWas this translation helpful?Give feedback.
All reactions
🚀 2
-
That's very cool. Thanks for the fast reply! |
BetaWas this translation helpful?Give feedback.