Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vivekburman/json-diff-editorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

JSON Diff Algorithm for EditorJS.

Live DEMO

In EditorJS on save the whole object is provided and not changes. This is a problem for update REST calls. As you need to pass the whole object and write into DB which is bad. This repo solves it by providing on the difference generated using Myer's algorithm with linear space.

Pass EditorJS data into it and it returns json-patch: like replace, add, delete. Of the format as specified in the following link https://tools.ietf.org/html/rfc6902

For understanding the codebase refer to this link https://blog.jcoglan.com/2017/04/25/myers-diff-in-linear-space-implementation/

About

JSON Diff and Patch using Myer's Algorithm, for EditorJS. Using JSON RFC Format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /