April 10, 2026
11:12 a.m.
I used the writer instead of the Facade. e.g. ^ String streamContents: [ :s | | writer | writer := STONWriter new. writer on: s. writer jsonMode: true. writer prettyPrint: true; newLine: newline; S
On 10 Apr 2026, at 12:54, stephane ducasse <stephane.ducasse@inria.fr> wrote:
Hi
I would like to know if there is a way to generate JSON without lf?
toJsonStringPretty: is generating lf and this is painful for tests.
S.