We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1c8d9 commit 2b86b80Copy full SHA for 2b86b80
src/iop/cls/IOP/Message.cls
@@ -13,7 +13,7 @@ Property classname As %String(MAXLEN = "");
13
14
Property jsonObject As %DynamicObject(XMLPROJECTION = "None");
15
16
-Property json As %String(MAXLEN = "") [ Calculated, Transient ];
+Property json As %String(MAXLEN = "");
17
18
Property jsonStream As %Stream.GlobalCharacter [ Internal, ReadOnly ];
19
0 commit comments