Dear Christian and Nico,
To follow-up on that JSON issue: I think I'm having some trouble with that one.
As Nico suggested, I directly switched my serialization to put the map variable as parameter to 'http:send-request' (a map previously created with map:merge in my code).
But I have the following errors:
* When I don't serialize and directly send the map, I get an "Atomic item required, function item found" error at request time.
* When I do serialize it, like I did (with success) in BaseX 9, I get an "Invalid json message received" error at request time.
The API I query hasn't changed since my BaseX update, and that code was working fine before, so the data I send most likely isn't the problem here. I tried printing the map that is sent/serialized and it's perfectly valid JSON.
How can I solve this problem?
Thanks
Remy