Closed GoogleCodeExporter closed 9 years ago
Original comment by mikechambers
on 2 Jul 2008 at 4:44
It's not valid JSON for numbers to be in hex format (note the "Number" section
on
http://www.json.org/). However, this is a good candidate as something to allow
in a
"non-strict" mode for decoding.
So, in strict mode, this is a parse error. In non-strict mode, we should
convert hex
format into numbers.
Original comment by darron.schall
on 23 Oct 2008 at 1:48
In revision 63 - http://code.google.com/p/as3corelib/source/detail?r=63 - Added
code
to recognize hex digit numbers. Commented out for now until "strict" mode flag
is
added (since this is a feature that is not part of the official spec).
Once we create a "strict" flag we can finish this up (and add the flag to the
test as
well as to the conditional in the tokenizer)
Original comment by darron.schall
on 23 Oct 2008 at 1:58
Original comment by darron.schall
on 23 Oct 2008 at 2:16
Original comment by mikechambers
on 7 Nov 2008 at 7:28
Fixed in r83
Original comment by darron.schall
on 23 Dec 2008 at 3:14
Original issue reported on code.google.com by
Ke...@KevinFauth.com
on 18 Sep 2007 at 11:13Attachments: