JakubPorubcansky
Results
1
comments of
JakubPorubcansky
The fields you want to exclude should be specified as a tuple of symbols, see the [docs](https://quinnj.github.io/JSON3.jl/stable/#DataTypes). This should work: ``` StructTypes.excludes(::Type{example_struct}) = (:x,) ```