PowerBuilder Serialize/De-serialize JSON from/to WordPress 数据库管理系统
PowerBuilder Serialize/De-serialize JSON from/to WordPress dbms
如何在 PowerBuilder 11.5(经典)中序列化或反序列化json?
WordPress 在数据库中存储类似 JSON 的集合,我不知道 PowerBuilder 中处理此问题的本机功能。我也不记得是否可以在 PB 11.5 经典版中使用 .net 框架。
我会在 .Net (C#) 中编写一个 COM 可见组件来处理 JSON 并在您的 PB 应用程序中使用它。您可以使用各种开源库(fastJSON is one). There is a JSON service in the current version of the PFC on Codeplex 但几年前我尝试使用它时它没有正确解析 JSON。
Appeon 计划在未来版本的 PowerBuilder 中添加本机 JSON 解析。
你可以试试这个...
http://www.pblsoft.com/sailjson.htm
它是一个原生的 pb 对象,可以迁移到 11.5
如何在 PowerBuilder 11.5(经典)中序列化或反序列化json?
WordPress 在数据库中存储类似 JSON 的集合,我不知道 PowerBuilder 中处理此问题的本机功能。我也不记得是否可以在 PB 11.5 经典版中使用 .net 框架。
我会在 .Net (C#) 中编写一个 COM 可见组件来处理 JSON 并在您的 PB 应用程序中使用它。您可以使用各种开源库(fastJSON is one). There is a JSON service in the current version of the PFC on Codeplex 但几年前我尝试使用它时它没有正确解析 JSON。
Appeon 计划在未来版本的 PowerBuilder 中添加本机 JSON 解析。
你可以试试这个...
http://www.pblsoft.com/sailjson.htm
它是一个原生的 pb 对象,可以迁移到 11.5