Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 668d769

Browse files
authored
README: recommend BigDecimal
Encourage use of BigDecimal over Decimal type.
1 parent 5127279 commit 668d769

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
> The JSON decoding precision issues described below have been fixed in Swift 5.9 / iOS 17 / macOS 14 and later.
99
>
1010
> See the [Foundation preview announcement](https://www.swift.org/blog/foundation-preview-now-available/#performance:~:text=Even,500%25%2E) for details.
11+
>
12+
> As a general note, I strongly encourage you to move away from using the `Decimal` type altogether and instead opting for more correct APIs such as https://github.com/mgriebling/BigDecimal.
1113
1214
## Introduction
1315

0 commit comments

Comments
 (0)