path property

List<Object> path
final

The path, starting from the root, where this DiffNode is describing the left and right JSON, e.g. "propertyA", 1, "propertyB".

Implementation

final List<Object> path;