If the command contains double quotes, they need to be escaped using a backslash:
"command": "tellraw @a [\"\",{\"text\":\"Tellraw\",\"color\":\"dark_green\"},{\"text\":\" example\",\"color\":\"blue\"}]" Do not mix up the different quote symbols: Use: " Do not use: “ ” Write a comma between every element: {