help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Parsing bugs in JSON.st


From: Robin Redeker
Subject: [Help-smalltalk] [bug] Parsing bugs in JSON.st
Date: Sun, 07 Oct 2007 14:58:25 -0700

Issue status update for http://smalltalk.gnu.org/node/94 Post a follow up: http://smalltalk.gnu.org/project/comments/add/94

Project:      GNU Smalltalk
Version:      <none>
Component:    Bindings (other)
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  elmex
Updated by:   elmex
Status:       patch

I've discovered that strings with whitespace are
not read correctly with JSON.st. The parser calls
the next method which gets the next token and not
the next character from the stream.

Here is a patch that will parse from the stream
directly than from self in nextJSONNumber and nextJSONString:

http://www.ta-sa.org/files/txt/ce61efc9a954ece8f4d5ff1256e38a1c.txt






reply via email to

[Prev in Thread] Current Thread [Next in Thread]