What is the best JSON library to use for Delphi 10.1? To read and write JSON.

What is the best JSON library to use for Delphi 10.1? To read and write JSON.
Looking ease of use and speed. In that order of importance.

Comments

  1. Godfrey Fletcher Writing and reading JSON manually or want to pass in some object and it serializes/deserializes it?

    ReplyDelete
  2. I think passing as an object would be more suitable.

    ReplyDelete
  3. Stefan Glienke Mitov.Runtime supports both modes. In case of passing object or record, it uses the RTTI, otherwise direct construction/deconstruction.

    ReplyDelete

Post a Comment