[PATCH] D151747: [llvm-jd] introduces a new tool for diffing JSON

Christopher Di Bella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 13:03:31 PDT 2023


cjdb added inline comments.


================
Comment at: llvm/docs/llvm-jd.rst:1-68
+JSON diff and patch
+===================
+
+``llvm-jd`` is a partial C++ port for `jd`_. ``llvm-jd`` is a command-line utility and library for
+diffing and patching JSON and YAML. ``llvm-jd`` supports the ``jd`` format, `JSON Merge Patch`_, and
+the subset of `JSON Patch`_ that ``jd`` supports.
+
----------------
Seems I made two readme files. I'll merge them together.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151747/new/

https://reviews.llvm.org/D151747



More information about the llvm-commits mailing list