Files
macdown/MacDown/Code/Extension/NSJSONSerialization+File.h
2015-08-15 19:05:43 +08:00

17 lines
375 B
Objective-C

//
// NSJSONSerialization+File.h
// MacDown
//
// Created by Tzu-ping Chung on 15/3.
// Copyright (c) 2015 Tzu-ping Chung . All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSJSONSerialization (File)
+ (id)JSONObjectWithFileAtURL:(NSURL *)url options:(NSJSONReadingOptions)opt
error:(NSError *__autoreleasing *)error;
@end