JSON parsers

SuperObject is not maintained any more.
Just to add GitHub - ahausladen/JsonDataObjects: JSON parser for Delphi 2009 and newer · GitHub that is is cross platform and GitHub - paolo-rossi/delphi-neon: JSON Serialization library for Delphi · GitHub
Probably JsonDataObjects is the fastest parser
Benchmarking JsonDataObjects JSON parser - Synopse Open Source
Is it possible to have it to Aurelius?

Just to add my 2 cents, I've thought about that (using JsonDataObjects) for XData and after some performance tests a while ago I came to realize 3 things (FWIR):

  1. TMS Business uses it's own JSON stuff and not Delphi super slow ones.
  2. While the wonderful JsonDataObjects is superfast and outperforms TMS implementation on some use cases, TMS implementation is faster on some other scenarios/use cases
  3. For what I could see TMS implementation, overall, is faster on XData cenario/general use cases, so, to apply JsonDataObjects would not be an advantage.

Maybe it could be even faster if it got better on cenarios where JsonDataObjects outperforms it. I'm not sure.

But I understand you are talking about Aurelius and not XData.

Regards,

Thank you for your response,
Have you tried these performance tests using also FastMM5?

I have post it as a request - new feature

Hi. No, I did not try with FastMM5.

I am asking because the performance problem with JsonDataObjects was reported to be when used in multiple threads due to the memory manager. That is said to be solved in a way with FastMM5