I'd like to do the following, for the purposes of automated code generation:
Golang => JSON => filter (e.g. jq) => Golang
It looks like this library does the first step. Existing libraries (such as jq) can do the second step. Any ideas/suggestions as to how to do the third (JSON => Golang)?
Hi,
I'd like to do the following, for the purposes of automated code generation:
Golang => JSON => filter (e.g. jq) => Golang
It looks like this library does the first step. Existing libraries (such as jq) can do the second step. Any ideas/suggestions as to how to do the third (JSON => Golang)?