Leonardo Campos
Leonardo Campos
BTW, we are mostly starting to migrate to another JSON parser in which the development is more active.
@pradeepcheers We are currently using Jackson. https://github.com/FasterXML/jackson. The approach we took, though, was to wrap it around a class of ours, so we can later choose the library and change...
How to reproduce the problem: Set the JVM to a default encoding (such as US-ASCII) // Add a VM option: -Dfile.encoding=US-ASCII ``` public static void main(String[] args) { String jsonWithVeryCommonCharacterInGerman...