June 2, 2014
8:19 p.m.
Sven I added a section to new empty chapter on NeoJSON :) Do you have a doc about NeoJSON that I can use to fill up the chapter :) On 29/5/14 14:39, Esteban A. Maringolo wrote:
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