For use cases like getting an output of a shell command in non valid json form add and use the following alias: ```shell alias pt="jq -R '. as \$l | try (fromjson) catch (\$l + \"\n\" | stderr | empty)'" ```
For use cases like getting an output of a shell command in non valid json form add and use the following alias: