ESJsonFormat-Xcode icon indicating copy to clipboard operation
ESJsonFormat-Xcode copied to clipboard

copy assign和前面逗号空格能否去掉?还有id映射错了?

Open zdrjson opened this issue 9 years ago • 2 comments

@property (nonatomic, copy) NSString *order_status_id;

@property (nonatomic, copy) NSString *order_type_id;

@property (nonatomic, copy) NSString *interest_time;

@property (nonatomic, assign) NSInteger ID;

@property (nonatomic, copy) NSString *agreement_uuid;

+(NSDictionary *)replacedKeyFromPropertyName { return @{@"id":@"id"}; }

zdrjson avatar Sep 06 '15 05:09 zdrjson

id的bug已经修复。格式的话到时候我弄一个自定义格式的问题。到时候@你,谢谢你的提醒。

EnjoySR avatar Sep 25 '15 07:09 EnjoySR

加空格才是标准写法又美观!看苹果的SDK也加了!

Allensa avatar Apr 12 '16 04:04 Allensa