Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 2fcc541

Browse files
committed
Update changes to reflect that we rolled back some changes.
1 parent ac51dd8 commit 2fcc541

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
* [Issue 9][#9]: Improve writing speed in samsoffes' benchmark.
66
* [Issue 79][#79]: Automatic Reference Counting (ARC) Support.
7-
* [Issue 83][#83]: Roll SBJsonStreamParserAdapter into SBJsonStreamParser.
87

98
## Version 3.0.2 (July 27th, 2011)
109

Classes/SBJsonStreamParserAdapter.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ typedef enum {
7070
most likely find it much more convenient to use an instance of this class and
7171
implement the SBJsonStreamParserAdapterDelegate protocol instead.
7272
73-
Normally you would only get one call from either the -parser:foundArray: or
74-
-parser:foundObject: method. However, if your inputs contains multiple JSON
73+
The default behaviour is that the delegate only receives one call from
74+
either the -parser:foundArray: or -parser:foundObject: method when the
75+
document is fully parsed. However, if your inputs contains multiple JSON
7576
documents and you set the parser's -supportMultipleDocuments property to YES
7677
you will get one call for each full method.
7778

0 commit comments

Comments
 (0)