ClassMethod GetContentJSON()
{
set xData = ##class(%Dictionary.CompiledXData).%OpenId(..%ClassName(1) _ "||Content")
set jsonObj = [].%FromJSON(xData.Data)
write jsonObj.%ToJSON()
}
XData Content [ MimeType = application/json ]
{
[[12,33], [88,44]]
}- Log in to post comments