Replies: 1 comment 2 replies
-
@atheelm I don't believe glaze provides (de)serialization support for those multiprecision types. However, you're free to (de)serialize any type you'd like by providing implementations for A quick look through boost::multiprecision seems to indicate these types can be serialized to strings natively. Implementations for |
Beta Was this translation helpful? Give feedback.
-
Im trying to both read and write a json with big decimal / bigint
but can't get it working. is it supported?
code example (not compiling):
Beta Was this translation helpful? Give feedback.
All reactions