JsonDiffer class

A configurable class that can produce a diff of two JSON Strings.

Constructors

JsonDiffer(String leftString, String rightString)
Constructs a new JsonDiffer using leftString and rightString, two JSON objects represented as Dart strings.
JsonDiffer.fromJson(Object leftJson, Object rightJson)

Properties

atomics List<String>
final
hashCode int
The hash code for this object.
no setterinherited
ignored List<String>
final
leftJson Object
final
rightJson Object
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

diff() DiffNode
Compare the two JSON Strings, producing a DiffNode.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited