:
NSString* jsonPath = @"/Users/nishio/Dropbox/lacaille.json";
NSData *data = [NSData dataWithContentsOfFile:jsonPath];
NSError *error = nil;
id json = [NSJSONSerialization JSONObjectWithData:data
options:kNilOptions
error:&error];