CoreSync
CoreSync copied to clipboard
Swift version?
Are you still working on the swift version or know of any swift json patch alternatives?
I'm looking for the same kind of thing: a JSON diff and customizable SAX-like patch library. I've found a Swift patch library here: https://github.com/EXXETA/JSONPatchSwift, but no accompanying diff, and no trivial way of customizing the patch. My use-case is to translate the patch steps to local DB update operations to merge remote JSON with the locally stored version of it. The JSON can point at additional media hence the need for customization of the patch operations.
Hey, unfortunately I don't think I'll have time to implement a Swift version for a while, and I haven't done a lot of research as to what other Swift diff/patch libraries are out there.
If things change, I'll update this issue.
Using #7, you can now use it in a swift project by importing it using Carthage. If you add a simple pod spec for CocoaPods, it will works as well