Items with malformed JSON display name:
/give @p minecraft:melon{"display":{"Name":"test name"}}
Will crash the client on Spigot (on CraftBukkit it shows an exception on the console without crashing).
Valid JSON works:
/give @p minecraft:melon{"display":{"Name":"{\"text\":\"test name\"}"}}