public class DefaultJsonDifference extends Object
| Constructor and Description |
|---|
DefaultJsonDifference() |
| Modifier and Type | Method and Description |
|---|---|
me.codeleep.jsondiff.common.model.JsonCompareResult |
detectDiff(com.alibaba.fastjson2.JSONArray expect,
com.alibaba.fastjson2.JSONArray actual) |
me.codeleep.jsondiff.common.model.JsonCompareResult |
detectDiff(com.alibaba.fastjson2.JSONObject expect,
com.alibaba.fastjson2.JSONObject actual) |
DefaultJsonDifference |
option(me.codeleep.jsondiff.common.model.JsonComparedOption option) |
public me.codeleep.jsondiff.common.model.JsonCompareResult detectDiff(com.alibaba.fastjson2.JSONObject expect,
com.alibaba.fastjson2.JSONObject actual)
public me.codeleep.jsondiff.common.model.JsonCompareResult detectDiff(com.alibaba.fastjson2.JSONArray expect,
com.alibaba.fastjson2.JSONArray actual)
public DefaultJsonDifference option(me.codeleep.jsondiff.common.model.JsonComparedOption option)
Copyright © 2024. All rights reserved.