#!/bin/bash
jq -R '. as $line | try (fromjson) catch $line' "$@"
