BIG-RAT / Prune

Remove unused items from your Jamf server
MIT License
163 stars 9 forks source link

.json export of "Packages" has comma at end of last object after final curly brace #9

Closed fredjohnsen closed 2 years ago

fredjohnsen commented 2 years ago

This may prevent json parsers (e.g., jq) from recognizing the output as proper json because if there is a comma after the last object in an array parsers expect another object. Thanks for this awesome tool!

BIG-RAT commented 2 years ago

v1.5.0 shoud resolve the issue, and resolve it for other exported items as well.