Output a schema of JSON or JSON Lines data from stdin to stdout (useful for grep)

jello

  • A command-line JSON processor using Python syntax.
    More information: <https://github.com/kellyjonbrazil/jello>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

cat {{file.json}} | jello -s

click the source code to copy