Questions tagged [dbxjson]

dbxjson defines classes that implement dbExpress JSON support for dbExpress callbacks, JSON arrays, byte readers, numbers, objects, pairs, strings and values.

4 questions
15
votes
3 answers

How do I convert a string to and from JSON with escaped/special characters using DBXJSON?

I'm having trouble converting a string with escaped characters to and from a TJsonString. (I'm using Delphi XE 2, Update 4, Hotfix 1). NOTE: I am familiar with the SuperObject, but my requirements are to use the DBXJSON unit. It looks like the…
Doug
  • 317
  • 2
  • 5
  • 12
3
votes
0 answers

Delphi XE3 DBXJSON issue

We had the Datasnap Servers working with Delphi XE2 but now that we upgraded to Delphi XE3 the following problem is happening: For example, this function receives a JSON and returns it as well. function TServerMethods1.Json(Obj: TJSONObject):…
David O.
  • 41
  • 3
0
votes
0 answers

Delphi XE5 DBXJSon TJSONArray leak

Im refreshing DBXJSON TJSONArray in timer loop , but i detect that my algorithm leak memory im supect that im not using in the right way the library. whats its wrong here? I need to reload the Array COMANDASTOT , this array its used by others…
JavierDonosoV
  • 33
  • 2
  • 6
0
votes
2 answers

Problems creating the correct JSON file using superobject or DBXJSON

I'm using Delphi XE2, I have this json struct to create: [ { "Email": "laura@yyyy.com", "MobileNumber": "", "MobilePrefix": "", "Name": "Laura", "Fields": [ { "Description":…