dhis2 / json-tree

A lazily parsed JSON object tree library
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

JSON string escape in builder wrongly escapes spaces #35

Closed jbee closed 10 months ago

jbee commented 11 months ago

` is escaped to\ because of https://github.com/dhis2/json-tree/blob/main/src/main/java/org/hisp/dhis/jsontree/JsonAppender.java#L104 is incorrectly testing<= ' '`

jbee commented 10 months ago

Fixed