Love it when you find a tool that can solve your problem in a simple way. https://jqlang.github.io/jq/ is the hero of the day!
I wanted to add some additional data to a JSON file generated by another program. I've put the extra data in another JSON and use a Jq script to merge the two.
#indiedev
I wanted to add some additional data to a JSON file generated by another program. I've put the extra data in another JSON and use a Jq script to merge the two.
#indiedev
Comments
Saved me from making my own tool to parse and re-jigger the data format just so I could add some new values.