Canonical JSON Representation According to RFC 8785 in Effect Typescript Library
anyone knows if there is any built in way to make
Schema.encode(Schema.parseJson(MySchema))(myData) return a canonical representation of the JSON according to RFC 8785? if not, it could be a nice feature add