velocypack
velocypack copied to clipboard
A fast and compact format for serialization and storage
Please note that for legal reasons we require you to sign the [Contributor Agreement](https://www.arangodb.com/documents/cla.pdf) before we can accept your pull requests. Code changes and contributions in the VelocyPack library should...
In fpconv_dtoa of emit_digits, we shoud check neg. close issue #170
env: Ubuntu 24.04 LTS version: latest Reproduce code ``` Builder bb; bb.add(Value(ValueType::Object)); bb.add("double", Value(-121533977414633621234567.0f)); bb.close(); std::cout