nathanday / ndjson

Objective-C JSON parser
1 stars 0 forks source link

NDJSONRequest parses the entire JSON tree. #36

Closed nathanday closed 11 years ago

nathanday commented 11 years ago

Need to add a mechanism to parse only part of the tree, also parse a an error.

nathanday commented 11 years ago

Not that big an issue, when/if the json key path listening is working, could use that to solve this issue.