【发布时间】:2016-07-29 21:51:00
【问题描述】:
我正在使用 Progress OpenEdge。
我创建了一个数据集并嵌套了一些临时表。我输入了特定字段以关联临时表。
在 xml 中,如果您想隐藏用于关联临时表的字段,您可以在定义临时表的字段旁边使用 xml-node-type "HIDDEN"。
所以当你查看“数据集句柄”之后的xml文档时:write-xml(“whatever-paramters”)。没有看到关系字段。
问题...
我如何对 json 做同样的事情?
我找不到任何类似于 xml 的 xml-node-type "HIDDEN" 的东西。
【问题讨论】:
标签: json progress-4gl openedge