Skip to content
Discussion options

You must be logged in to vote

I think part of the issue is in the single quote (') in the tag name, but as far as I can tell the way to properly escape it is to just use two singles ('').

It is the single quote that's the problem, but you handle it by either escaping it with a backslash \ (which needs to be doubled because JSON \\) or by using triple quotes for the string:

        "directory":
        {
            "'Girls\\' Love' in tags": ["Yuri", "{category}", "{demographic}", "{rating}", "{manga} - {author[0]}", "{volume:?v/ />02}c{chapter:>03} {chapter_minor}{title:?: //}"],
            "": ["{category}", "{demographic}", "{rating}", "{manga} - {author[0]}", "{volume:?v/ />02}c{chapter:>03}{chapter_minor}{titl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AdamantineH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants