tailscale/gitops-acl-action

File extension is incorrect

masonhuemmer opened this issue · 2 comments

I am wondering why the enxtension is .hujson instead of .json.

default: ./policy.hujson

It isn't exactly JSON, it allows C-style comments and trailing commas in lists.
https://github.com/tailscale/hujson/

Looks like the extension is "Json for Humans". Closing ticket now.