evermeer / EVReflection

Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
Other
965 stars 119 forks source link

EVReflection json mapper to class online #309

Open payskyCompany opened 5 years ago

payskyCompany commented 5 years ago

Can i use any online website to convert json to class?

evermeer commented 5 years ago

You should be able to parse any json. You could use the AlamoFire or Moya extensions if you want easy support from these networking libraries. There is a lot of sample code for these in the unittests