OpenHFT / Chronicle-Wire

A Low Garbage Java Serialisation Library that supports multiple formats
http://chronicle.software
Apache License 2.0
506 stars 123 forks source link

JsonWire : serialising a DTO the number of '{' and '}' should be equal #467

Closed RobAustin closed 2 years ago

RobAustin commented 2 years ago

issue addded to branch 'issue/467', as Chronicle-Wire/src/test/java/net/openhft/chronicle/wire/TestJsonIssue467.java

see commit https://github.com/OpenHFT/Chronicle-Wire/commit/78af4075f0e52be95921f746a5ca3ddc40b1b2fa

peter-lawrey commented 2 years ago

The logic for checking whether to trim a white space is wrong.