239
239
When setting values to floating point numbers which end on ".0" like this `jsonobject.set("test", (double) 21.0)` then the number is automatically truncated to an integer: `{"test":21}` If I set a...
Why are methods like `isInteger()` missing? Are simplicity and minimalism the reasons? Right now there is only `isNumber()` so I use ``` jsonvalue.toString().contains(".") ``` additionally as a workaround to check...
While I was looking for a suitable tool for Linux, I made a small comparison with 4 `flac/opus` files. This resulted in some very different values, which I would like...
The linked [static build](https://github.com/complexlogic/rsgain#static-build) is dynamically linked: `rsgain: ELF 64-bit LSB pie executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8db9147d84680a11afabe2d5694e370bbdcb22f0, for GNU/Linux 3.2.0, stripped` ``` linux-vdso.so.1 (0x000079430b919000) libstdc++.so.6...