-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[answered]Read key1 from .value example #914
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
I was trying to use the library to read and parse a json post which I receive, so I just want to read each value, but , I dont know how to read a value inside an object. In this example I would like to access the value of key1 or key2, I have tryed things like object.key1 or object:key1, but none of them worked.