JQ Suggest EditsLido's =JQ() formula lets you manipulate JSON strings using the popular JSON processing language JQ =JQ(json_string, jq_query) Examples =JQ("[1,2,3]", ".[0]")=> "1"Updated about 1 year ago Table of Contents Examples