Idea: ```js class SomeClass { // constrictor, methods, fields, etc.... matcher(object) { return { object.field1, object.field2 ... } } } ``` Instead of `structuredClone`. Make able to match any (or almost any) value.