json-joy
    Preparing search index...

    Interface OperationMerge

    interface OperationMerge {
        op: "merge";
        path: string | Path;
        pos: number;
        props?: object;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "merge"
    path: string | Path
    pos: number
    props?: object