Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bash-bastion/bash-json

Parse JSON in Bash
https://github.com/bash-bastion/bash-json

basalt bash json parser

Last synced: about 15 hours ago
JSON representation

Parse JSON in Bash

Awesome Lists containing this project

README

        

# bash-json

The _first_ Bash library parsing JSON in Bash

Status: IN DEVELOPMENT

## Summary

- Uses only builtins and no subshells
- Leverages [bash-object](https://github.com/hyperupcall/bash-object)

## Installation

Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency

```sh
basalt add hyperupcall/bash-json
```