JSONPath Child Operator

The dot operator selects a child property.

Syntax

$.store.bicycle.color

Explanation

Use $.store.bicycle.color to navigate nested object keys.