Any time ATGJSONPathParser encounters an object that is not an NSDictionary or NSArray, it tries to obtain an object of one of the supported forms.

Interface
// Any time the parser encounters an object that is not an NSDictionary or
// NSArray,it informs any listener of the encounter through this
// method and attempts to obtain an object of one of the supported forms.
- (id) getPrimitiveObjectFromUnknown:(id)unknownObject;

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices