Skip to main content

HS.JSON.PropertyParameters

class HS.JSON.PropertyParameters

Property superclass used to hold information about property parameters for HS.JSON.Adaptor.

Parameters

parameter JSONNAME;
This is the JSON property element name to be used for this property.
parameter JSONPROJECTION;
The type of JSON projection for this property. "NONE" or "PROPERTY".
parameter JSONSUMMARY;
For an object property, this specifies that instead of writing out the referenced object, we will instead write out the value of one (summary) property within the object.
This is ignored for non-object properties.
FeedbackOpens in a new tab