// // NSString+JSONExtentsion.h // Sleeper // // Created by Luo yuntao on 15/7/28. // Copyright © 2019年 YJJ. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (JSONExtentsion) - (id)jsonValue; @end