May 29, 2014
12:39 p.m.
2014-05-28 16:03 GMT-03:00 Sven Van Caekenberghe <sven@stfx.eu>:
Hi Esteban,
Your wish is my command ;-)
In #bleedingEdge you can now do:
String streamContents: [ :stream | (NeoJSONWriter on: stream) writeNil: true; mapAllInstVarsFor: Point; nextPut: Point new.
which will give you:
{"x":null,"y":null}
instead of:
{}
which remains the default.
Thank you Sven! Esteban A. Maringolo