struct JSON::Diff

Defined in:

json/diff.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, base : JSON::Any | Nil, other : JSON::Any | Nil, type : JSON::Diff::Type = Type::Value) #

[View source]

Instance Method Detail

def base : Any | Nil #

[View source]
def other : Any | Nil #

[View source]
def path : String #

[View source]
def type : Type #

[View source]