This repository was archived by the owner on Mar 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments