nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

An observe JSON key paths mechanism #18

Open nathanday opened 12 years ago

nathanday commented 12 years ago

I would be good if we could simple add observers for particular key paths, using a delegate and selectors or maybe blocks to respond to particular JSON key paths. Could perhaps add a foundKeyPath method to NDJSONDelegate to enable this, or alternatively a new object (probable not part of NDJSONParser cluster classes), could keep track of this.

nathanday commented 11 years ago

This would be useful in letting NDJSONRequest parse only subtree so I have moved this to a version 1.0.0 requirement.

nathanday commented 11 years ago

Not as important as initially thought.