Hello there,
Really like the project, but found an itch. It basically always ignores comments.
Sample
# Task 1
.name,
# Task 2
(.ingredients | length),
# Task 3
(.ingredients[] | select(.item == "sugar") | .amount.quantity),
# Task 4
((.ingredients + ."optional ingredients") | map(select(.substitute) | {(.item): .substitute}) | add)
Any runnning of jqfmt outputs code without comments.
I'll be looking into it, and hopefully find a solution
Hello there,
Really like the project, but found an itch. It basically always ignores comments.
Sample
Any runnning of
jqfmtoutputs code without comments.I'll be looking into it, and hopefully find a solution