Step: Nested object Identifier-Index: .foo.bar
Nested object Identifier-Index: .foo.bar
To fetch nested fields, you can either do .foo.bar
or .foo|.bar
.
Now your turn, try to get city name from the example below.
Input:
Expected:
To fetch nested fields, you can either do .foo.bar
or .foo|.bar
.
Now your turn, try to get city name from the example below.