1 repository
Specialized serialization of high-precision numbers into JSON to maintain numerical accuracy.
Distinct from JSON Serializers: Distinct from JSON Serializers: focuses specifically on the precision requirements of decimal numbers rather than general application data.
Explore 1 awesome GitHub repository matching data & databases · Numeric JSON Serialization. Refine with filters or upvote what's useful.
This is an arbitrary-precision decimal library and fixed-point math implementation used to eliminate floating-point rounding errors. It provides tools for high-precision arithmetic, a numerical analysis toolkit, and a database decimal mapper to ensure numerical accuracy in financial and scientific calculations. The library includes specialized serialization tools to transform high-precision numbers into SQL database types, JSON, and XML formats without losing precision. It also implements a variety of rounding strategies, including banker and cash rounding, and provides mechanisms for decimal
Ensures high-precision decimals are consistently serialized to SQL and JSON formats during transmission.