VDMXZCZXWUDAW77OB7T2N4FNMRCLLP236XFUBJQYLSSRZFV6I4PQC
J7LSWCNFU3UWTUXFHQLIRLW2BHXJA54AT6SR5JY6JK3XABO4ZIXQC
ZV7PIRTUNQYLWJQWKG73RC2X7MKSUMPGU7HQUW7TIBXB4OSYYDBAC
instance FromJSON PrintableText where parseJSON = withText "PrintableText" $ \text -> maybe (fail "Text contains only spaces") pure (fromText text)
instance FromJSON PrintableText where
parseJSON = withText "PrintableText" $ \text ->
maybe (fail "Text contains only spaces") pure (fromText text)