Releases: microsoft/Microsoft.Shared.Dna.Json
Releases · microsoft/Microsoft.Shared.Dna.Json
Bug fix release.
Added bypass method to parser
https://www.nuget.org/packages/Microsoft.Shared.Dna.Json/2.2.0
The bypass method allows the caller to skip over non-fatal parsing errors in a JSON document. As of this release, it is known to handle superfluous commas at the end of objects and arrays. Over time we may expand these capabilities as the need arises.