Skip to content

VBA-JSON v2.0.0

Compare
Choose a tag to compare
@timhall timhall released this 05 Nov 03:58
· 39 commits to master since this release
  • Add options: UseDoubleForLargeNumbers, AllowUnquotedKeys, and EscapeSolidus
  • Breaking Solidus is no longer escaped by default in ConvertToJson, use the below to re-enable
JsonConverter.JsonOptions.EscapeSolidus = True