Hello, is it possible to apply comments to json config files? Like explain itemids with i.e // THIS IS WOOD
Comment json config files
No, JSON doesn't support comments. You can try to create fake entries as comments or be descriptive with entries, but otherwise no comments.
Why not to use JsonPropertyAttribute?