found it and converting it to pillar
https://github.com/svenvc/docs/blob/master/neo/neo-json-paper.md
Stef
On 2/6/14 22:19, stepharo wrote:
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 <s...@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