Use something (anything but bash) for bash json parsing
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
We have places in Arcade where we have to parse Json before an sdk is acquired. Powershell makes this easy on Windows. On Bash, the parsing is fragile and error prone. We should consider adopting a dependency on a more robust parsing tool in Arcade.
Something like [jq](https://stedolan.github.io/jq/)
From https://github.com/chcosta/arcade/commit/737e29378f2a8596f6ceec1f378beea2a7b0ba0b#r33161980
Contributor guide
Assessment
This issue has not been assessed yet.