bughelp wantedparsestringify
仓库指标
- Star
- (8,015 star)
- PR 合并指标
- (平均合并 6天 22小时) (30 天内合并 2 个 PR)
描述
Hello, while parsing a body like the following, qs fails:
buttons[commands.identifier_orders_merge_action|{"orders":["47441","47440"]}]=Unisci+ordini
This becomes something like:
'buttons[commands.identifier_orders_merge_action|{"orders":': { '"47441","47440"': 'Unisci ordini' }
while it should be something more similar to this:
'buttons[commands.identifier_orders_merge_action|{"orders":{ '"47441","47440"}]': 'Unisci ordini'