nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

Make NDJSONRequest and implementer of the NDJSONRequestDelegate protocol #51

Open nathanday opened 11 years ago

nathanday commented 11 years ago

This will let subclasses handle the response themselves, you can already do that by implement NDJSONRequestDelegate in your subclass but it would at as nice documentation that this is a suitable way to handle the response.