Skip to content

Commit

Permalink
fixed a comment and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grosam committed Sep 17, 2012
1 parent 9af5584 commit b22db03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Source/json/ObjC/JPSemanticActionsProtocol.h
Expand Up @@ -65,13 +65,13 @@
parserFoundKeyValuePairBeginWithKey:length:encoding:index:
parserFoundJsonArrayBegin
parserFoundValueBeginAtIndex:
parserFoundJsonString:length:hasMore:encoding:
parserFoundJsonString:length:hasMore:encoding:
parserFoundJsonString:length:hasMore:encoding:
parserFoundString:length:hasMore:encoding:
parserFoundString:length:hasMore:encoding:
parserFoundString:length:hasMore:encoding:
parserFoundValueEndAtIndex:
parserFoundValueBeginAtIndex:
parserFoundJsonString:length:hasMore:encoding:
parserFoundString:length:hasMore:encoding:
parserFoundValueEndAtIndex:
...
Expand Down Expand Up @@ -159,10 +159,10 @@
The four methods
- `-parserFoundJsonValueBeginAtIndex:`,
- `-parserFoundJsonValueEndAtIndex:`,
- `-parserFoundJsonValueBeginWithKey:length:encoding:index` and
- `-parserFoundJsonValueEndWithKey:length:encoding:index`
- `-parserFoundValueBeginAtIndex:`,
- `-parserFoundValueEndAtIndex:`,
- `-parserFoundValueBeginWithKey:length:encoding:index` and
- `-parserFoundValueEndWithKey:length:encoding:index`
are helpful when implementing a streaming API. These additional messages
give fine grained control for all relevant parser events.
Expand Down

0 comments on commit b22db03

Please sign in to comment.