Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bash-bastion/bash-json
- Owner: bash-bastion
- License: mpl-2.0
- Created: 2022-08-07T12:56:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T01:57:58.000Z (about 2 years ago)
- Last Synced: 2024-09-07T10:03:17.467Z (2 months ago)
- Topics: basalt, bash, json, parser
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```