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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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/

  • 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.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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