You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
I realize that official JSON files don't support comments. However, .jsonc files aren't as fussy. 😄
I'm trying to use a .jsonc file (because I want to help our developers know what each token replace means/does). In PowerShell, ConvertFrom-Json does not seem to get upset if there are comments.
Is it possible for this task to allow comments? I know I COULD use YAML, but that causes another issue further down the path.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered:
Hi @DaleyKD,
I'll try to find a library which can read JSON with comments or strip comments before parsing the files and use it instead of the standard library.
I realize that official JSON files don't support comments. However, .jsonc files aren't as fussy. 😄
I'm trying to use a .jsonc file (because I want to help our developers know what each token replace means/does). In PowerShell,
ConvertFrom-Json
does not seem to get upset if there are comments.Is it possible for this task to allow comments? I know I COULD use YAML, but that causes another issue further down the path.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: