Petri Lehtinen
Petri Lehtinen
Thanks for the PR! What's the use case where you want to compare two arbitrary JSON values for ordering? As far as I know this is not common in programming...
Version 2.14.1 was released today, and the commit you mentioned is included, so now the macro is available on both autotools and cmake builds. It seems to me that `JANSSON_USING_CMAKE`...
Sorry, I had forgotten about this. I still don't understand the `jansson::jansson` alias 🤔
Merged, thanks all!
Thanks! I'm not an expert in CMake, but if experts say that this is the right way to do it, I'm inclined to believe 😄 Can you clarify why the...
Do you need to be able to format floats with a specific precision, or do you just want to get rid of the non-optimal formatting of floats? My guess is...
I've opened #680 that changes encoding of reals to output optimal values, i.e. no 7.599999... anymore. There's still a bit of work to do with the tests, but you can...
With Gradle 9.0, running `./gradlew flywayMigrate` doesn't work anymore if configuration cache is on: ``` * What went wrong: Execution failed for task ':flywayMigrate'. > Error occurred while executing flywayMigrate...