nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

A way to supply the way to create and initialise objects. #34

Open nathanday opened 11 years ago

nathanday commented 11 years ago

A delegate for NDJSONDeserializer could do that, it could inherit NDJSONParserDelegate methods two so a delegate can listen in on what NDJSONDeserializer is getting from NDJSONParser

nathanday commented 11 years ago

Done, just need to write a test for it.