Closed twadleigh closed 5 years ago
This lets show_json(..., ::CompositeTypeWrapper) potentially do more interesting things by providing a custom getproperty method.
show_json(..., ::CompositeTypeWrapper)
getproperty
~It also has show_json apply something to values of type Some.~ I decided it would be safer not to assume this is always the desired behavior.
show_json
something
Some
LGTM. Thanks!
This lets
show_json(..., ::CompositeTypeWrapper)
potentially do more interesting things by providing a customgetproperty
method.~It also has
show_json
applysomething
to values of typeSome
.~ I decided it would be safer not to assume this is always the desired behavior.