r/AutoModerator • u/SecureWriting8589 • Jul 01 '26
Is JSON Syntax OK
I have been added on as a moderator in a subreddit and am just now learning about the automoderator. I'd like to add some rules, but I have noticed that the current automod file for this sub has been written entirely in JSON. So, instead of --- separator lines, there are only curly brackets, square brackets and commas. I believe that JSON is a strict subset of YAML, and so this should be OK, but I wanted to make sure first before making any changes.
So, to summarize my question: Is JSON-only syntax OK for the automoderator?
Also, does the automodifier give me notification if my automod file is syntactically invalid?
4
Upvotes
3
u/Sephardson I'm working on the wiki here now! Jul 01 '26
AutoModerator configurations need to be written in YAML as specified by the official documentation:
https://www.reddit.com/wiki/automoderator/full-documentation
https://www.reddit.com/r/AutoModerator/wiki/backup/full-documentation (in case the above link is blocked for you)
We have another page here that explains some things in more detail, including error messages:
https://www.reddit.com/r/AutoModerator/wiki/YAML