• Jon Skeet's avatar
    Created a new exception for JSON failures. · 0fb39c4a
    Jon Skeet authored
    This is only thrown directly by JsonTokenizer, but surfaces from JsonParser as well. I've added doc comments to hopefully make everything clear.
    
    The exception is actually thrown by the reader within JsonTokenizer, in anticipation of keeping track of the location within the document, but that change is not within this PR.
    0fb39c4a
InvalidJsonException.cs 2.48 KB