In this case I recommend you simply change your mapping from TBlob
to string
and set the size to 65536:
[Column('Anschrift',[],65536)]
FAnschrift: string;
This way, lazy-loading will not apply and the string in JSON will come as pure string.