-
Notifications
You must be signed in to change notification settings - Fork 3
Breaking Change: Inline Generic Json Objects
Lukas Fey edited this page Aug 7, 2024
·
3 revisions
- Component: xyna-factory/modules/xfmg/json
- Inactive in: 10.0.0.0
- Active in: 10.1.0.0
- Activate by setting the XynaProperty: 'xfmg.json.GenericProcessing' to 'false'
- Deactivate by setting the XynaProperty: 'xfmg.json.GenericProcessing' to 'true'
- Description: xfmg.xfctrl.datamodel.json.JSONObject and xfmg.xfctrl.datamodel.json.JSONValue can be converted to and from json strings in two different ways: Inline and generic. If the xynapropery xfmg.json.GenericProcessing is set to true, the generic process is used to translate between xyna object and json string. This property is used when JSONParsing or JSONWriting Options are set to null.