NSJSONSerialization
code::
NSString* jsonPath = @"/Users/nishio/Dropbox/lacaille.json";
NSError *error = nil;
id json = [NSJSONSerialization JSONObjectWithData:data
options:kNilOptions
error:&error];
https://gyazo.com/2e10fc31dfcbda29626d139d326dd975