jqr (version 1.1.0)

paths: Outputs paths to all the elements in its input

Description

Outputs paths to all the elements in its input

Usage

paths(.data)

Arguments

.data

input

Examples

Run this code
# NOT RUN {
'[1,[[],{"a":2}]]' %>% paths
'[{"name":"JSON", "good":true}, {"name":"XML", "good":false}]' %>% paths
# }

Run the code above in your browser using DataCamp Workspace