You are not logged in.
Pages: 1
Hi everyone!
I am using react as front end.
Is there a way to create json without \uFFF0 char?
mormot documentation:
// - BLOB field value is saved as Base64, in the '"\uFFF0base64encodedbinary"'
// format and contains true BLOB data
procedure ExecutePreparedAndFetchAllAsJson(Expanded: boolean;
out Json: RawUtf8; ReturnedRowCount: PPtrInt = nil);
Last edited by anouri (2025-10-28 13:17:07)
Offline
It can't yet be directly disabled.
In ExecutePreparedAndFetchAllAsJson / ColumnToJson, the "withmagic" parameter is forced to true.
Could you create an issue on GitHub referring to this forum thread?
Offline
Done!
Offline
Pages: 1