anderseknert / roast

Roast is an optimized JSON format for Rego ASTs, as well as some common utilities for working with it.
Apache License 2.0
4 stars 0 forks source link

Custom annotation attributes in sequence missing `,` separator #2

Closed anderseknert closed 2 months ago

anderseknert commented 2 months ago

Multiple custom key/value pairs aren't separated by commas, leading to invalid JSON getting produced.

See https://github.com/StyraInc/regal/issues/1082