JSON Doesn't work in Minecraft 1.9
I updated to 1.9 and was exciting to add some cool new items to my Redstone world when I realized that that everything including JSON didn't work, I tried some different things like
{text:"Hello"},
{Text:"Hello"}, and
{text:Hello}but nothing worked all it said was either "[17:42:40] Invalid json: malformed JSON at line 1 column 3" or "[17:55:28] Invalid json: ". Please fix this I love to use JSON with /tellraw, /title, /blockdata with signs, and /give with books and signs. I'll try to put up some screenshots. Thank you for reading this!
Environment
Mac OS X El Capitan, Intel Iris 1536 MB, 2.6 GHz Intel Core i5
Created Issue:
JSON Doesn't work in Minecraft 1.9
I updated to 1.9 and was exciting to add some cool new items to my Redstone world when I realized that that everything including JSON didn't work, I tried some different things like
{text:"Hello"},
{Text:"Hello"}, and
{text:Hello}but nothing worked all it said was either "[17:42:40] Invalid json: malformed JSON at line 1 column 3" or "[17:55:28] Invalid json: ". Please fix this I love to use JSON with /tellraw, /title, /blockdata with signs, and /give with books and signs. I'll try to put up some screenshots. Thank you for reading this!
Environment
Mac OS X El Capitan, Intel Iris 1536 MB, 2.6 GHz Intel Core i5
FORGET IT! If nothing goes right in the world I might as well jump in hole and die.



Invalid syntax, see
MC-83460for more info.You're welcome
jerk.
Can at least please bring back the old days of
{text:"Welcome!",color:gold,bold:true}instead of the bulky confusing crap now that is
{"text":"Welcome!","color":"gold","bold":"true"}Nope, JSON is a standard. See this document: http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf.
In the past versions, Minecraft didn't use the strict version, which could cause parsing issues.