Logic-32
Logic-32
> Unfortunately I don't see another solution, aside possibly adding separate JsonNodeFeature to allow forcing of BigDecimal just for JsonNode and not generally. I'm not immediately opposed to this idea....
I'm not sure if that'll leave some other corner cases around but am not immediately opposed to it :) Afterall, my arguments against JsonNode in general is that it is...
I had a similar problem on Windows. My issue was that I wasn't running SSW.jar from the SSW_0.7.6.1 folder. E.g. Instead of: ``` java -jar SSW_0.7.6.1\SSW.jar ``` I had to:...