> Frankly, I'd like Google Assistant to make some of the more soul-sucking calls I have to endure. Perhaps it can call and argue with the insurance company about doctor bills. People often forget that companies make…
> "json lines" data format (where each record is json without literal newlines, and newline separates records) Good point, but jq handles this already. If the payload is an array of object, simply `jq -c '.[]'` to get…
> Frankly, I'd like Google Assistant to make some of the more soul-sucking calls I have to endure. Perhaps it can call and argue with the insurance company about doctor bills. People often forget that companies make…
> "json lines" data format (where each record is json without literal newlines, and newline separates records) Good point, but jq handles this already. If the payload is an array of object, simply `jq -c '.[]'` to get…