mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-04 04:56:16 +00:00

The hujson package transition to just being a pure AST parser and formatter for HuJSON and not an unmarshaler. Thus, parse HuJSON as such, convert it to JSON, and then use the standard JSON unmarshaler. Signed-off-by: Joe Tsai <joetsai@digital-static.net>