+ (NSDictionary *) dictionaryByMerging: |
|
(NSDictionary *) |
pWeak |
with: |
|
(NSDictionary *) |
pStrong |
|
|
| |
Performs a deep merge on two dictionaries.
All unique key/objects will be preserved. If there are common key's between the two dictionaries, then the strong dictionary be preserved.
- Parameters
-
- (NSMutableDictionary*) initWithJsonFile: |
|
(NSURL *) |
pFilepath |
|
Creates a NSJSONSerialization object from a given file.
- Parameters
-
pFilepath | The file path of the json to read. |
- Returns
- A dictionary that respects the place_data.json format used within the map block map bundle. Otherwise nil if an error occured.
-
A json object from the file specified by path. Returns nil if the json data object could not be created.
The documentation for this category was generated from the following file:
- NSMutableDictionary+VgJson.h