-
✨ implemented JSON Merge Patch (RFC 7396) · c6e7eae3Niels Lohmann authoredSQLite's json1 extension (https://www.sqlite.org/json1.html) supports JSON Merge Patch (https://tools.ietf.org/html/rfc7396). As the implementation is trivial and we already support JSON Patch, I think this could be a nice extension to the library.
×