This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Description
Try :ArgWrap this piece of code:
data: {text: 1, anotherText: "it's me", bool: true}
You will find that it stops splitting after the 2nd comma.
My guess is that because the word it's me has odd numbers of single quote inside (From the example, it's just one single quote).
You can try 3 double quotes or 5 single quotes. All of them introduce bugs.
Bugs also occur if the key is a text like this: "it's me"