2022 June Release

Struct FSCEXPEXT@1.1001:JSONStructFormat Permanent link for this heading

Formatting information for an object classes or types with Value2JSON. When converting an object or an aggregate, a list of JSONStructFormat is consulted. If type of the value match jsftype, the remaining properties specify, how to format the JSON If FSCEXPEXT@1.1001:jssimple is true, just one object address is generated for object classes If FSCEXPEXT@1.1001:jssimple is not true, the property list from FSCEXPEXT@1.100:jsfproperties specifies the properties of the sub entry.

Properties Permanent link for this heading

Type

Property

Name

JSONPropertyFormat[]

jsfproperties

Element Formats

boolean

jsfsimple

Simple Format

ComponentObject

jsftype

Object Class or Type

Properties Permanent link for this heading


Element Formats (FSCEXPEXT@1.1001:jsfproperties) Permanent link for this heading

Additional list of properties

unique JSONPropertyFormat[] FSCEXPEXT@1.1001:jsfproperties


Simple Format (FSCEXPEXT@1.1001:jsfsimple) Permanent link for this heading

Generate address only

boolean FSCEXPEXT@1.1001:jsfsimple


Object Class or Type (FSCEXPEXT@1.1001:jsftype) Permanent link for this heading

Object class or type to be formatted

ComponentObject FSCEXPEXT@1.1001:jsftype not null

Additional Information