Get Value
Gets a value from an object using a path expression. Use JSONPath notation to navigate through the object, for example:$.name— get the “name” field$.items[0]— get the first item$.users[*].email— get all user emails
Gets a value from an object using a path expression.
$.name — get the “name” field$.items[0] — get the first item$.users[*].email — get all user emails