Using JSON in javascript to transport data from some backend language to the browser in a simple and easily-parseable format is probably the most common use case for it - and no one has to worry about JSON support on the frontend as long as it's a valid subset of javascript, because it "just works" as long as javascript works.
Breaking that would only lead developers to write code to unbreak it.
Breaking that would only lead developers to write code to unbreak it.