DescriptionMake JSON parsing work as a chunked conversion sink.
This allows JSON parsing to work on individual chunks of source instead
of collecting and concatenating all the parts before parsing.
This is made in anticipation of having a UTF-8 version that parses directly
on the input codes, without creating a String first.
R=sgjesse@google.com
Committed: https://code.google.com/p/dart/source/detail?r=41311
Patch Set 1 #Patch Set 2 : Add tests, fix bugs. #Patch Set 3 : Fix assert position #Patch Set 4 : Another type-fix #Patch Set 5 : Also add an UTF-8 base JSON parser, without intermediate string representations. #
Total comments: 50
Patch Set 6 : Address comments. #Patch Set 7 : Address comments. Fix bug. #
Messages
Total messages: 7 (2 generated)
|