RealmSwift-JSON icon indicating copy to clipboard operation
RealmSwift-JSON copied to clipboard

RealmSwift Object and JSON transformation library

Results 2 RealmSwift-JSON issues
Sort by recently updated
recently updated
newest added

Hi, Thanks a lot for this library. For the most part, it works great. However, it seems that with Swift 2.2., the following line in the createJSONDictionary function never evaluates...

Hi, How can we parse dictionary within dictionary? Suppose you have key1 : val1, key2 : { test1 : valtest1 test2 : valtest2 } from Matthew's Realm-JSON, I can do...