Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw when JSON.stringify works with decimals (#167)
* Throw when convering a decimal to JSON * Define a `toJSON` method for Decimal128 objects Remove special logic in the `SerializeJSONProperty` AO. * Remove brand checks (we unconditionally throw anyway)
- Loading branch information