-
class function TJsonUtilGenerics.Marshal(entity: TObject): string;
begin
Result := entity.ToJson().AsJSon();
end;
[DCC Error] RestJsonGenerics.pas(26): E2003 Undeclared identifier: 'ToJson'
Is the…
-
On my test server i replace using _sys.anydata_ in _json_value_, _json_ and _json_list_ object to use superobject _json_object_ for _json_ and _json_list_ and use _treat_ in json_printer.
Server for …
-
您好,今天发现这个跨进程通讯项目,非常有用!
请问有考虑支持低版本的Delphi,比如xe4吗?谢谢!
-
HTML source: https://steven7851.github.io/douyu/index.html?rid=67373&tt=25254787&did=C509BCDFDD593B0082493A579FEE00AB
```python
import js2py
js = """
!function(e,t){"object"==typeof exports&&"unde…
-
Hello,
me and my superior disagree on one point. He says that x-superobject is NOT multithread ..... Or rather "thread safe". I use and like this library a lot, and he wants to replace it with the De…
-
Can you expose any one of the following to the scripting interface?
- [XMLDoc](http://docwiki.embarcadero.com/VCL/XE/en/XMLDoc) (native Delphi unit)
- [JvSimpleXML](http://wiki.delphi-jedi.org/wiki/JV…
-
Right now, there are several JSON implementations available. Whats the difference of this among others? Is it speed, scalability or a low footprint?
- JSON delphi library [uLkJSON.pas](http://sourcefo…
-
I have a TClientDataset having a field containing binary data (TBlobField).
I´m using "TResource.GetAsDataSet" and "TResource.GetAsDataSet(ADataSet: TDataSet)", but it seems for me not to be possiblt…
-
I have a string property in an object that has backslashes () in the property and this seems to cause problems.
At the server the posted object appears as null.
If the backslashes are removed the po…
-
```
What steps will reproduce the problem?
1. Set a SO member to a string, which contains right-slash (e.g. 'abc/def')
2. Get the SO as JSON
3. JSON representation will contain escaped right-slash 'ab…