Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/json/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/24.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
PowerBuilder从/到WordPress dbms序列化/反序列化JSON_Json_.net_Wordpress_Powerbuilder - Fatal编程技术网

PowerBuilder从/到WordPress dbms序列化/反序列化JSON

PowerBuilder从/到WordPress dbms序列化/反序列化JSON,json,.net,wordpress,powerbuilder,Json,.net,Wordpress,Powerbuilder,如何在PowerBuilder 11.5(经典版)中序列化或反序列化 WordPress在数据库中存储类似JSON的集合,我不知道PowerBuilder中有哪些本机功能可以处理这些集合。我也记不起是否可以在PB 11.5 classic中使用该框架。我将在.Net(C#)中编写一个COM可见组件,该组件处理JSON并在PB应用程序中使用它。您可以使用多种开源库(这是其中之一)。当前版本的中有一个JSON服务,但几年前我尝试使用它时,它没有正确解析JSON Appeon计划在未来版本的Power

如何在PowerBuilder 11.5(经典版)中序列化反序列化


WordPress在数据库中存储类似JSON的集合,我不知道PowerBuilder中有哪些本机功能可以处理这些集合。我也记不起是否可以在PB 11.5 classic中使用该框架。

我将在.Net(C#)中编写一个COM可见组件,该组件处理JSON并在PB应用程序中使用它。您可以使用多种开源库(这是其中之一)。当前版本的中有一个JSON服务,但几年前我尝试使用它时,它没有正确解析JSON

Appeon计划在未来版本的PowerBuilder中添加本机JSON解析。

您可以尝试一下


这是一个本机pb对象,可以迁移到11.5

好的解决方案+1,但本机正是我所希望的。我将在Codeplex上查看一个。