I am writing code to transfer object properties between a new WebCore application and an older Delphi application via JSON. The two applications share a similar object hierarchy. In the pure Delphi Application I am able to used the methods JsonToObject and ObjectToJsonObject from System.JSON, but when implementing the WebCore version I discovered that these procedures are not available in WebLib.JSON.
Is there any plan to implement these in WebLib.JSON? Alternatively is there code somewhere else (FNC/WebCore) which has procedures with similar functionality to JsonToObject and ObjectToJsonObject ?
Thanks,
Mark