# NOT RUN {
'{"a": 7}' %>% do(.a + 1)
'[8,3,null,6]' %>% sortj
x <- '[{"message": "hello", "name": "jenn"},
{"message": "world", "name": "beth"}]'
jq(index(x))
jq('{"a": 7, "b": 4}', 'keys')
jq('[8,3,null,6]', 'sort')
# many json inputs
jq("[123, 456] [77, 88, 99]", ".[]")
# }
Run the code above in your browser using DataLab