Map Tdataset to Json

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Zool1080
Posts: 9
Joined: Tue 04 Feb 2014 22:52

Map Tdataset to Json

Post by Zool1080 » Sun 03 Jan 2021 14:47

hello,
using unidac, odac or Mydac any of them
can i map tdataset to Json? that is can i save the data to json format in similar way as FireDac Tdataset property SaveTostream?
i want to implement the same logic shown here https://www.youtube.com/watch?v=2SCvzw0L27o but using Unidac instead of firedac.
or any work around for this issue


thanks,
Ahmed

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Map Tdataset to Json

Post by ViktorV » Fri 12 Feb 2021 13:37

Thank you for the interest to our product.
If you want us to implement the feature, please post this suggestion at our user voice forum: https://devart.uservoice.com/forums/104 ... components If the suggestion gets a lot of votes, we will consider the possibility to implement it.

w.weiss
Posts: 3
Joined: Wed 20 Feb 2019 14:11

Re: Map Tdataset to Json

Post by w.weiss » Sun 14 Nov 2021 18:55

Hello,
so what is the best way to convert a TDataset to a JSON object?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Map Tdataset to Json

Post by ViktorV » Fri 19 Nov 2021 12:20

Kindly note that currently the TUniQuery component does not support saving in JSON format. If you want to suggest us to implement JSON support please post this suggestion at our UserVoice forum: https://devart.uservoice.com/forums/104 ... components

If the suggestion gets a lot of votes, we will consider the possibility to implement it.

Post Reply