UNPKG

ng2-json-editor

Version:

Angular2 component for editing large json documents

7 lines (6 loc) 101 B
export interface JsonPatch { op: string; path: string; from?: string; value?: any; }