Skip to content

Compare 2 objects #34

@hsdhott

Description

@hsdhott

Is there a way to compare two objects instead of a string. Here is my from and to object:

from = {
    testString: "testing",
    filter: {
        fromDate: "2019-09-22T17:23:00.325Z",
        toDate: "2019-10-22T17:23:00.325Z",
        testId: "5678"
    },
    size: ""
};

to = {
    testString: "modifiedTest",
    filter: {
        fromDate: "2019-09-22T17:23:00.325Z",
        toDate: "2019-10-22T17:23:00.325Z",
        testId: "58"
    },
    size: ""
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions