VBA-JSON v2.0.0
- Add options:
UseDoubleForLargeNumbers,AllowUnquotedKeys, andEscapeSolidus - Breaking Solidus is no longer escaped by default in
ConvertToJson, use the below to re-enable
JsonConverter.JsonOptions.EscapeSolidus = TrueUseDoubleForLargeNumbers, AllowUnquotedKeys, and EscapeSolidusConvertToJson, use the below to re-enableJsonConverter.JsonOptions.EscapeSolidus = True