--- json.st 2007-09-20 13:02:49.000000000 +0200
+++ json.st.n 2007-09-20 13:02:19.000000000 +0200
@@ -290,7 +290,6 @@
f := false
].
ws nextPut: $].
- ^ws contents
! !
!UndefinedObject methodsFor: 'json'!
I guess returning the stream contents there is a left over from my old code.
Yes, thanks.
Btw. do you have json.st somewhere in a repository on your side?
Maybe checking it in to the examples/ directory until it is packaged up
would be best?
Yes, that's a good idea.
It would allow people to inherit from JSONReader and plug in their own
classes for storing json objects and arrays. Of course this doesn't work
for numbers, strings and true/false, etc. But I don't know if it makes much
sense to allow that much customisation.
I am not sure (yet) of the usefulness of this. I would like to see
first how Magritte could be plugged into JSONReader/JSONWriter.
Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk