It was counterpoint to "that does not mean that JSON itself or all implementations have the specific limits of javascript."
Javascript can do arbitrary precision integers now. So the last part is not true. You can generate your JSON strings with string concatenation in JS if you like.
Just because JSON.stringify has some limit doesn't mean JS has.