Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%JSON.Generator

abstract class %JSON.Generator

Generator methods for %JSON.Adaptor.

This class is used internally by InterSystems IRIS. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Method Inventory

Methods

classmethod GenWriteField(fieldName As %String, indent As %String, valueText As %String)
Generate code to write out the field name and value
classmethod JSONNew(%mode, %class, %property, %method, %parameter, %codemode, %code, %classmodify, %context) as %Status
classmethod LeftSequenceClass(class As %String, ByRef seqArray)
Return all super classes in sequence of left to right with super class immediately following its child.
FeedbackOpens in a new tab