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

Commit 3a70d86

Browse files
committed
Tweak documentation a little
1 parent ac51dd8 commit 3a70d86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)