Guidance in building a .json config file with bash script.

This page summarizes the projects mentioned and recommended in the original post on /r/bash

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

    For JSON manipulation, look into https://stedolan.github.io/jq/

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. scout

    Reading and writing in JSON, Plist, YAML and XML data made simple when the data format is not known at build time. Swift library and command-line tool. (by ABridoux)

    For a clear and simple syntax, you can take a look at Scout.

  4. jp

    Validate and transform JSON with Bash (by dnmfarrell)

    color='foobar';cat tests/share/package.json | jp '{"color":"'"$color"'"}' jp.++ { "color": "foobar", "name": "jp", "version": "0.0.1", "description": "A JSON processor written in Bash", "homepage": "http://github.com/dnmfarrell/jp", "repository": { "type": "git", "url": "https://github.com/dnmfarrell/jp.git" }, "bin": { "jp": "./jp" }, "dependencies": {}, "devDependencies": {}, "author": "David Farrell" }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Using 'jq' to extract an IP from a JSON. Need help

    2 projects | /r/bash | 31 Dec 2021
  • Scout 2. ;. ;

    2 projects | /r/macsysadmin | 6 Sep 2021
  • Bash Function Names Can Be Almost Anything

    1 project | /r/linux | 23 Jun 2021
  • Get XML, parse output, get a date and calculate differences?

    1 project | /r/bash | 2 Jun 2021
  • jp - a real json processor in bash

    3 projects | /r/bash | 28 May 2021

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