• Jon Skeet's avatar
    Handle JSON parsing for Any. · 3de2fced
    Jon Skeet authored
    This required a rework of the tokenizer to allow for a "replaying" tokenizer, basically in case the @type value comes after the data itself. This rework is nice in some ways (all the pushback and object depth logic in one place) but is a little fragile in terms of token push-back when using the replay tokenizer. It'll be fine for the scenario we need it for, but we should be careful...
    3de2fced
JsonFormatter.cs 35.2 KB