jout

Pretty print json in stout

Usage no npm install needed!

<script type="module">
  import jout from 'https://cdn.skypack.dev/jout';
</script>

README

JOUT: JSON (Pretty) output

JOUT is a simple CLI that prints a pretty version of a piped JSON.

example

curl http://wordreference.fabiangutierrez.co/v1/translate/es/en/caballo | jout

outputs:

jout in action

usage

something-that-outputs-a-json | jout # That's all