How to reproduce
Summon a pig with the following command
/summon minecraft:pig ~ ~ ~ {CustomNameVisible:1b,NoAI:1b,CustomName:'["a","b"]'}
❌ A pig with the name
abb
is summoned while you would expect the name to beab
Linked issues
is duplicated by 6
1 more links
/summon pig ~ ~ ~ {CustomNameVisible:1b,NoAI:1b,CustomName:'["a","b",["c",["d",["e",["f",["g","h","i"]]]]]]'}
Expected: "abcdefjhi"
Got: "abcdefghibcdefghidefghiefghiefghighihi"
Yup, JSON parser is broken