struct JSON::Diff
- JSON::Diff
- Struct
- Value
- Object
Defined in:
json/diff.crConstructors
Instance Method Summary
Constructor Detail
def self.new(path : String, base : JSON::Any | Nil, other : JSON::Any | Nil, type : JSON::Diff::Type = Type::Value)
#