Hello,

I am transferring ulong values using the json (de)serializer and just noticed that it doesn't support values > long.max which is of course a problem if your value is an ulong.
Any idea how this could be solved?

regards,

--Marenz