Closed mxyue closed 4 years ago
client post json is {"tags":["traefik.tags: public","dev"]}
{"tags":["traefik.tags: public","dev"]}
parse to { '{"tags":["traefik': { tags: 'public","dev"]}' } }
{ '{"tags":["traefik': { tags: 'public","dev"]}' } }
I think you have something wrong, because I did run the test with the same object as you and the parsed result was {tags: ["traefik.tags: public", "dev"]} !!
{tags: ["traefik.tags: public", "dev"]}
client post json is
{"tags":["traefik.tags: public","dev"]}
parse to
{ '{"tags":["traefik': { tags: 'public","dev"]}' } }