Skip to content

Upgrade Guide

Stefan edited this page Dec 15, 2018 · 3 revisions

Introduction

Breaking changes might happen between major versions. This guide should ease possible upgrading problems.

1.x to 2.x

  • SpanJson is now strong-named.
  • You will probably need to recompile your application after the package update, but for most users there should not be any source code changes.
  • You will need to change source code, if you have custom formatters, the nestingLimit argument for Deserialization is removed. If you need the nesting guard, you can use JsonWriter.IncrementDepth() and JsonWriter.DecrementDepth() instead.