Cross-posting here: is there a way to parse an encoded version of a schema? AKA staying only within the confines of the encoded schema, without losing the proper validation as
S.encodedSchema
S.encodedSchema
seem to do.
I could decode -> encode, but that'd be a perf. hit I can't take.