|
|
|
|
|
by hirundo
1089 days ago
|
|
I'm generally not a fan of overloading fields, but we took the opportunity to add the currency code when we decided to encode monetary quantities in JSON as strings, e.g. "0.02USD". This has worked well, particularly because we use a money handling library that parses it unchanged. |
|
But since this is not a human visible field, this is probably irrelevant, right?