On Wed, Aug 08, 2007 at 03:10:14PM +0200, Paolo Bonzini wrote: [.snip.] > >So, before the code gets lost I've attached it to this mail (json.st). > > > >There are some comments in the code and I hope it's mostly understandable. > > I've fixed most issues except the one above. > [.snip.]
> nextJSONNumber > "I'm extracting a number in JSON format from the self and return Integer > or Float depending on the input." [.snip.] > ^int asFloat > ! ! I'm just curious: Is there a reason why this will only return floats now? Robin _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
