JuliaData / StructTypes.jl

Abstract definitions and convenience methods for describing, processing, and constructing Julia objects
https://juliadata.github.io/StructTypes.jl/stable/
MIT License
80 stars 22 forks source link

Singleton struct type #66

Closed Wynand closed 2 years ago

Wynand commented 2 years ago

Adds a type for Singletons to distinguish them from Structs

I made this change to support printing singletons as JSON here: https://github.com/quinnj/JSON3.jl/pull/191

quinnj commented 2 years ago

Included in https://github.com/JuliaData/StructTypes.jl/pull/70