json.bash

Command-line tool and bash library that creates JSON (by h4l)

Json.bash Alternatives

Similar projects and alternatives to json.bash

  1. jc

    98 json.bash VS jc

    CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. jo

    JSON output from a shell

  4. discord.sh

    Write-only command-line Discord webhooks integration written in 100% Bash script

  5. welcome.sh

    A nice welcome script for Bash and Zsh

  6. asciinema-rec_script

    Record 💭 comments and ❯ commands from from shell scripts in addition to their output.

  7. JSONPath.sh

    JSONPath implementation in Bash for filtering, merging and modifying JSON

  8. smartcd

    Discontinued Expedite your navigation of Linux filesystem. (by CodesOfRishi)

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. termv

    A terminal iptv player written in bash

  11. Bash-Scripts

    A collection of Bash scripts for automating routine tasks and streamlining your workflow. (by djeada)

  12. plex-nowplaying

    A CLI script to show the "Now Playing" status of your Plex Server.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better json.bash alternative or higher similarity.

json.bash discussion

Log in or Post with

json.bash reviews and mentions

Posts with mentions or reviews of json.bash. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-03.
  • Show HN: Jb / json.bash – Command-line tool (and bash library) that creates JSON
    7 projects | news.ycombinator.com | 3 Jul 2024
    If it helps, there's a little example of using the bash API with bash variables/arrays, should give you an idea of how it could be to use: https://github.com/h4l/json.bash/blob/main/examples/notify.s...

    This example uses the pattern of setting an out=varname when calling a json function, the encoded JSON goes into $varname variable. This pattern avoids the overhead of forking processes (e.g. subshells) when generating JSON.

    Otherwise you can use the more normal approach of jb writing to stdout, and capturing the output stream.

Stats

Basic json.bash repo stats
3
443
6.4
2 months ago

Sponsored
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io

Did you know that Shell is
the 11th most popular programming language
based on number of references?