UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

5 lines (4 loc) 119 B
import { JsonPatch } from './json-patch'; export interface JsonPatchesByPath { [path: string]: Array<JsonPatch>; }