Chilkat Online Tools

ExportComponents unicodeC Example

Amplify UI Builder

#include <C_CkRestW.h>
#include <C_CkAuthAwsW.h>
#include <C_CkStringBuilderW.h>
#include <C_CkJsonObjectW.h>

void ChilkatSample(void)
    {
    HCkRestW rest;
    BOOL success;
    HCkAuthAwsW authAws;
    HCkStringBuilderW sbResponseBody;
    int respStatusCode;
    HCkJsonObjectW jResp;
    const wchar_t *appId;
    const wchar_t *Bucket;
    const wchar_t *DefaultValue;
    const wchar_t *Field;
    const wchar_t *Key;
    const wchar_t *Model;
    const wchar_t *UserAttribute;
    const wchar_t *StringDefaultValue;
    const wchar_t *v_Type;
    const wchar_t *StringModel;
    const wchar_t *PredicateField;
    const wchar_t *Operand;
    const wchar_t *Operator;
    const wchar_t *componentType;
    int createdAt;
    const wchar_t *environmentName;
    const wchar_t *Action;
    const wchar_t *BindingEvent;
    const wchar_t *BindingPropertiesField;
    const wchar_t *Property;
    const wchar_t *Element;
    const wchar_t *StringProperty;
    const wchar_t *CollectionBindingPropertiesField;
    const wchar_t *CollectionBindingPropertiesProperty;
    const wchar_t *ComponentName;
    const wchar_t *v_Else;
    const wchar_t *ConditionField;
    const wchar_t *ConditionOperand;
    const wchar_t *OperandType;
    const wchar_t *ConditionOperator;
    const wchar_t *ConditionProperty;
    const wchar_t *v_Then;
    int Configured;
    const wchar_t *AnchorDefaultValue;
    const wchar_t *v_Event;
    const wchar_t *ImportedValue;
    const wchar_t *AnchorModel;
    const wchar_t *AnchorProperty;
    const wchar_t *AnchorType;
    const wchar_t *AnchorUserAttribute;
    const wchar_t *Value;
    const wchar_t *BindingPropertiesProperty;
    const wchar_t *StringElement;
    const wchar_t *StringComponentName;
    const wchar_t *ConditionElse;
    const wchar_t *ConditionOperandType;
    const wchar_t *ConditionThen;
    int StringConfigured;
    const wchar_t *StringEvent;
    const wchar_t *StringImportedValue;
    const wchar_t *StringType;
    const wchar_t *StringUserAttribute;
    const wchar_t *StringValue;
    const wchar_t *GlobalComponentName;
    int GlobalConfigured;
    const wchar_t *GlobalDefaultValue;
    const wchar_t *GlobalEvent;
    const wchar_t *GlobalImportedValue;
    const wchar_t *GlobalModel;
    const wchar_t *GlobalProperty;
    const wchar_t *GlobalType;
    const wchar_t *GlobalUserAttribute;
    const wchar_t *GlobalValue;
    const wchar_t *IdComponentName;
    int IdConfigured;
    const wchar_t *IdDefaultValue;
    const wchar_t *IdEvent;
    const wchar_t *IdImportedValue;
    const wchar_t *IdModel;
    const wchar_t *IdProperty;
    const wchar_t *IdType;
    const wchar_t *IdUserAttribute;
    const wchar_t *IdValue;
    const wchar_t *ParametersModel;
    const wchar_t *StateComponentName;
    const wchar_t *StateProperty;
    const wchar_t *SetComponentName;
    int SetConfigured;
    const wchar_t *SetDefaultValue;
    const wchar_t *SetEvent;
    const wchar_t *SetImportedValue;
    const wchar_t *SetModel;
    const wchar_t *SetProperty;
    const wchar_t *SetType;
    const wchar_t *SetUserAttribute;
    const wchar_t *SetValue;
    const wchar_t *TargetComponentName;
    int TargetConfigured;
    const wchar_t *TargetDefaultValue;
    const wchar_t *TargetEvent;
    const wchar_t *TargetImportedValue;
    const wchar_t *TargetModel;
    const wchar_t *TargetProperty;
    const wchar_t *TargetType;
    const wchar_t *TargetUserAttribute;
    const wchar_t *TargetValue;
    const wchar_t *TypeComponentName;
    int TypeConfigured;
    const wchar_t *TypeDefaultValue;
    const wchar_t *TypeEvent;
    const wchar_t *TypeImportedValue;
    const wchar_t *TypeModel;
    const wchar_t *TypeProperty;
    const wchar_t *TypeType;
    const wchar_t *TypeUserAttribute;
    const wchar_t *TypeValue;
    const wchar_t *UrlComponentName;
    int UrlConfigured;
    const wchar_t *UrlDefaultValue;
    const wchar_t *UrlEvent;
    const wchar_t *UrlImportedValue;
    const wchar_t *UrlModel;
    const wchar_t *UrlProperty;
    const wchar_t *UrlType;
    const wchar_t *UrlUserAttribute;
    const wchar_t *UrlValue;
    const wchar_t *id;
    int modifiedAt;
    const wchar_t *name;
    const wchar_t *v_String;
    const wchar_t *schemaVersion;
    const wchar_t *sourceId;
    const wchar_t *tagsString;
    int j;
    int count_j;
    const wchar_t *field;
    const wchar_t *operand;
    const wchar_t *operator;
    int k;
    int count_k;
    const wchar_t *strVal;
    const wchar_t *StringAction;
    const wchar_t *StringBindingEvent;
    const wchar_t *AnchorComponentName;
    int AnchorConfigured;
    const wchar_t *AnchorEvent;
    const wchar_t *AnchorImportedValue;
    const wchar_t *AnchorValue;
    const wchar_t *direction;
    const wchar_t *StringString;
    const wchar_t *variantValuesString;
    const wchar_t *nextToken;
    int i;
    int count_i;

    // This example requires the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    rest = CkRestW_Create();

    authAws = CkAuthAwsW_Create();
    CkAuthAwsW_putAccessKey(authAws,L"AWS_ACCESS_KEY");
    CkAuthAwsW_putSecretKey(authAws,L"AWS_SECRET_KEY");

    // Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
    CkAuthAwsW_putRegion(authAws,L"us-west-2");
    CkAuthAwsW_putServiceName(authAws,L"amplifyuibuilder");
    // SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
    CkRestW_SetAuthAws(rest,authAws);

    // URL: https://amplifyuibuilder.us-west-2.amazonaws.com/
    // Use the same region as specified above.
    success = CkRestW_Connect(rest,L"amplifyuibuilder.us-west-2.amazonaws.com",443,TRUE,TRUE);
    if (success != TRUE) {
        wprintf(L"ConnectFailReason: %d\n",CkRestW_getConnectFailReason(rest));
        wprintf(L"%s\n",CkRestW_lastErrorText(rest));
        CkRestW_Dispose(rest);
        CkAuthAwsW_Dispose(authAws);
        return;
    }

    CkRestW_AddHeader(rest,L"Content-Type",L"application/x-amz-json-1.1");
    CkRestW_AddHeader(rest,L"X-Amz-Target",L"ExportComponents");

    sbResponseBody = CkStringBuilderW_Create();
    success = CkRestW_FullRequestNoBodySb(rest,L"GET",L"/export/app/{appId}/environment/{environmentName}/components",sbResponseBody);
    if (success != TRUE) {
        wprintf(L"%s\n",CkRestW_lastErrorText(rest));
        CkRestW_Dispose(rest);
        CkAuthAwsW_Dispose(authAws);
        CkStringBuilderW_Dispose(sbResponseBody);
        return;
    }

    respStatusCode = CkRestW_getResponseStatusCode(rest);
    wprintf(L"response status code = %d\n",respStatusCode);
    if (respStatusCode != 200) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",CkRestW_responseHeader(rest));
        wprintf(L"Response Body:\n");
        wprintf(L"%s\n",CkStringBuilderW_getAsString(sbResponseBody));
        CkRestW_Dispose(rest);
        CkAuthAwsW_Dispose(authAws);
        CkStringBuilderW_Dispose(sbResponseBody);
        return;
    }

    jResp = CkJsonObjectW_Create();
    CkJsonObjectW_LoadSb(jResp,sbResponseBody);

    // The following code parses the JSON response.
    // A sample JSON response is shown below the sample code.

    // Use this online tool to generate parsing code from sample JSON:
    // Generate Parsing Code from JSON

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
    // See this example explaining how this memory should be used: const char * functions.

    nextToken = CkJsonObjectW_stringOf(jResp,L"nextToken");
    i = 0;
    count_i = CkJsonObjectW_SizeOfArray(jResp,L"entities");
    while (i < count_i) {
        CkJsonObjectW_putI(jResp,i);
        appId = CkJsonObjectW_stringOf(jResp,L"entities[i].appId");
        Bucket = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.bucket");
        DefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.defaultValue");
        Field = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.field");
        Key = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.key");
        Model = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.model");
        UserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.userAttribute");
        StringDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.defaultValue");
        v_Type = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.type");
        StringModel = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.model");
        PredicateField = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.predicate.field");
        Operand = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.predicate.operand");
        Operator = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.predicate.operator");
        componentType = CkJsonObjectW_stringOf(jResp,L"entities[i].componentType");
        createdAt = CkJsonObjectW_IntOf(jResp,L"entities[i].createdAt");
        environmentName = CkJsonObjectW_stringOf(jResp,L"entities[i].environmentName");
        Action = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.action");
        BindingEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.bindingEvent");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.bindingProperties.field");
        Property = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.bindingProperties.property");
        Element = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.collectionBindingProperties.property");
        ComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.componentName");
        v_Else = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.operand");
        OperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.property");
        v_Then = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.condition.then");
        Configured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.anchor.configured");
        AnchorDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.defaultValue");
        v_Event = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.event");
        ImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.importedValue");
        AnchorModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.model");
        AnchorProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.property");
        AnchorType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.type");
        AnchorUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.userAttribute");
        Value = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.collectionBindingProperties.property");
        StringComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.condition.then");
        StringConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.fields.string.configured");
        StringDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.defaultValue");
        StringEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.event");
        StringImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.importedValue");
        StringModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.model");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.property");
        StringType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.type");
        StringUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.userAttribute");
        StringValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.collectionBindingProperties.property");
        GlobalComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.condition.then");
        GlobalConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.global.configured");
        GlobalDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.defaultValue");
        GlobalEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.event");
        GlobalImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.importedValue");
        GlobalModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.model");
        GlobalProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.property");
        GlobalType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.type");
        GlobalUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.userAttribute");
        GlobalValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.collectionBindingProperties.property");
        IdComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.condition.then");
        IdConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.id.configured");
        IdDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.defaultValue");
        IdEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.event");
        IdImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.importedValue");
        IdModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.model");
        IdProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.property");
        IdType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.type");
        IdUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.userAttribute");
        IdValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.value");
        ParametersModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.model");
        StateComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.componentName");
        StateProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.property");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.collectionBindingProperties.property");
        SetComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.condition.then");
        SetConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.state.set.configured");
        SetDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.defaultValue");
        SetEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.event");
        SetImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.importedValue");
        SetModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.model");
        SetProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.property");
        SetType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.type");
        SetUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.userAttribute");
        SetValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.collectionBindingProperties.property");
        TargetComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.condition.then");
        TargetConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.target.configured");
        TargetDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.defaultValue");
        TargetEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.event");
        TargetImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.importedValue");
        TargetModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.model");
        TargetProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.property");
        TargetType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.type");
        TargetUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.userAttribute");
        TargetValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.collectionBindingProperties.property");
        TypeComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.condition.then");
        TypeConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.type.configured");
        TypeDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.defaultValue");
        TypeEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.event");
        TypeImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.importedValue");
        TypeModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.model");
        TypeProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.property");
        TypeType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.type");
        TypeUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.userAttribute");
        TypeValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.value");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.collectionBindingProperties.property");
        UrlComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.condition.then");
        UrlConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].events.string.parameters.url.configured");
        UrlDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.defaultValue");
        UrlEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.event");
        UrlImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.importedValue");
        UrlModel = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.model");
        UrlProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.property");
        UrlType = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.type");
        UrlUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.userAttribute");
        UrlValue = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.value");
        id = CkJsonObjectW_stringOf(jResp,L"entities[i].id");
        modifiedAt = CkJsonObjectW_IntOf(jResp,L"entities[i].modifiedAt");
        name = CkJsonObjectW_stringOf(jResp,L"entities[i].name");
        v_String = CkJsonObjectW_stringOf(jResp,L"entities[i].overrides.string.string");
        BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.bindingProperties.field");
        BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.bindingProperties.property");
        StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.bindings.string.element");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.bindings.string.property");
        CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.collectionBindingProperties.field");
        CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.collectionBindingProperties.property");
        StringComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.componentName");
        ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.else");
        ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.field");
        ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.operand");
        ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.operandType");
        ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.operator");
        ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.property");
        ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.condition.then");
        StringConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].properties.string.configured");
        StringDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.defaultValue");
        StringEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.event");
        StringImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.importedValue");
        StringModel = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.model");
        StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.property");
        StringType = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.type");
        StringUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.userAttribute");
        StringValue = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.value");
        schemaVersion = CkJsonObjectW_stringOf(jResp,L"entities[i].schemaVersion");
        sourceId = CkJsonObjectW_stringOf(jResp,L"entities[i].sourceId");
        tagsString = CkJsonObjectW_stringOf(jResp,L"entities[i].tags.string");
        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            field = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].field");
            operand = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].operand");
            operator = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].operator");
            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].and");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].and[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].or");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].bindingProperties.string.bindingProperties.predicates[j].or[k]");
                k = k + 1;
            }

            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            componentType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].componentType");
            StringAction = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.action");
            StringBindingEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.bindingEvent");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.collectionBindingProperties.property");
            AnchorComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.condition.then");
            AnchorConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.configured");
            AnchorDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.defaultValue");
            AnchorEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.event");
            AnchorImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.importedValue");
            AnchorModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.model");
            AnchorProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.property");
            AnchorType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.type");
            AnchorUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.userAttribute");
            AnchorValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.collectionBindingProperties.property");
            StringComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.condition.then");
            StringConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.configured");
            StringDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.defaultValue");
            StringEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.event");
            StringImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.importedValue");
            StringModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.model");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.property");
            StringType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.type");
            StringUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.userAttribute");
            StringValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.collectionBindingProperties.property");
            GlobalComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.condition.then");
            GlobalConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.global.configured");
            GlobalDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.defaultValue");
            GlobalEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.event");
            GlobalImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.importedValue");
            GlobalModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.model");
            GlobalProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.property");
            GlobalType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.type");
            GlobalUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.userAttribute");
            GlobalValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.collectionBindingProperties.property");
            IdComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.condition.then");
            IdConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.id.configured");
            IdDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.defaultValue");
            IdEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.event");
            IdImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.importedValue");
            IdModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.model");
            IdProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.property");
            IdType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.type");
            IdUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.userAttribute");
            IdValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.value");
            ParametersModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.model");
            StateComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.componentName");
            StateProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.property");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.collectionBindingProperties.property");
            SetComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.condition.then");
            SetConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.configured");
            SetDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.defaultValue");
            SetEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.event");
            SetImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.importedValue");
            SetModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.model");
            SetProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.property");
            SetType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.type");
            SetUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.userAttribute");
            SetValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.collectionBindingProperties.property");
            TargetComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.condition.then");
            TargetConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.target.configured");
            TargetDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.defaultValue");
            TargetEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.event");
            TargetImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.importedValue");
            TargetModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.model");
            TargetProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.property");
            TargetType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.type");
            TargetUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.userAttribute");
            TargetValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.collectionBindingProperties.property");
            TypeComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.condition.then");
            TypeConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.type.configured");
            TypeDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.defaultValue");
            TypeEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.event");
            TypeImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.importedValue");
            TypeModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.model");
            TypeProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.property");
            TypeType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.type");
            TypeUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.userAttribute");
            TypeValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.value");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.collectionBindingProperties.property");
            UrlComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.condition.then");
            UrlConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].events.string.parameters.url.configured");
            UrlDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.defaultValue");
            UrlEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.event");
            UrlImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.importedValue");
            UrlModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.model");
            UrlProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.property");
            UrlType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.type");
            UrlUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.userAttribute");
            UrlValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.value");
            name = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].name");
            BindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.bindingProperties.field");
            BindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.bindingProperties.property");
            StringElement = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.bindings.string.element");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.bindings.string.property");
            CollectionBindingPropertiesField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.collectionBindingProperties.field");
            CollectionBindingPropertiesProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.collectionBindingProperties.property");
            StringComponentName = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.componentName");
            ConditionElse = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.else");
            ConditionField = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.field");
            ConditionOperand = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.operand");
            ConditionOperandType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.operandType");
            ConditionOperator = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.operator");
            ConditionProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.property");
            ConditionThen = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.condition.then");
            StringConfigured = CkJsonObjectW_IntOf(jResp,L"entities[i].children[j].properties.string.configured");
            StringDefaultValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.defaultValue");
            StringEvent = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.event");
            StringImportedValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.importedValue");
            StringModel = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.model");
            StringProperty = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.property");
            StringType = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.type");
            StringUserAttribute = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.userAttribute");
            StringValue = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.value");
            sourceId = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].sourceId");
            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].children");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].children[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.anchor.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.anchor.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.fields.string.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.fields.string.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.global.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.global.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.id.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.id.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.state.set.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.state.set.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.target.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.target.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.type.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.type.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].events.string.parameters.url.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].events.string.parameters.url.concat[k]");
                k = k + 1;
            }

            k = 0;
            count_k = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].children[j].properties.string.concat");
            while (k < count_k) {
                CkJsonObjectW_putK(jResp,k);
                strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].children[j].properties.string.concat[k]");
                k = k + 1;
            }

            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].collectionProperties.string.identifiers");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.identifiers[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].collectionProperties.string.predicate.and");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.predicate.and[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].collectionProperties.string.predicate.or");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.predicate.or[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].collectionProperties.string.sort");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            direction = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.sort[j].direction");
            field = CkJsonObjectW_stringOf(jResp,L"entities[i].collectionProperties.string.sort[j].field");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.anchor.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.anchor.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.fields.string.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.fields.string.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.global.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.global.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.id.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.id.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.state.set.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.state.set.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.target.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.target.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.type.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.type.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].events.string.parameters.url.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].events.string.parameters.url.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].properties.string.concat");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            strVal = CkJsonObjectW_stringOf(jResp,L"entities[i].properties.string.concat[j]");
            j = j + 1;
        }

        j = 0;
        count_j = CkJsonObjectW_SizeOfArray(jResp,L"entities[i].variants");
        while (j < count_j) {
            CkJsonObjectW_putJ(jResp,j);
            StringString = CkJsonObjectW_stringOf(jResp,L"entities[i].variants[j].overrides.string.string");
            variantValuesString = CkJsonObjectW_stringOf(jResp,L"entities[i].variants[j].variantValues.string");
            j = j + 1;
        }

        i = i + 1;
    }

    // A sample JSON response body parsed by the above code:

    // {
    //   "entities": [
    //     {
    //       "appId": "string",
    //       "bindingProperties": {
    //         "string": {
    //           "bindingProperties": {
    //             "bucket": "string",
    //             "defaultValue": "string",
    //             "field": "string",
    //             "key": "string",
    //             "model": "string",
    //             "predicates": [
    //               {
    //                 "and": [
    //                   "Predicate"
    //                 ],
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operator": "string",
    //                 "or": [
    //                   "Predicate"
    //                 ]
    //               }
    //             ],
    //             "userAttribute": "string"
    //           },
    //           "defaultValue": "string",
    //           "type": "string"
    //         }
    //       },
    //       "children": [
    //         {
    //           "children": [
    //             "ComponentChild"
    //           ],
    //           "componentType": "string",
    //           "events": {
    //             "string": {
    //               "action": "string",
    //               "bindingEvent": "string",
    //               "parameters": {
    //                 "anchor": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 },
    //                 "fields": {
    //                   "string": {
    //                     "bindingProperties": {
    //                       "field": "string",
    //                       "property": "string"
    //                     },
    //                     "bindings": {
    //                       "string": {
    //                         "element": "string",
    //                         "property": "string"
    //                       }
    //                     },
    //                     "collectionBindingProperties": {
    //                       "field": "string",
    //                       "property": "string"
    //                     },
    //                     "componentName": "string",
    //                     "concat": [
    //                       "ComponentProperty"
    //                     ],
    //                     "condition": {
    //                       "else": "ComponentProperty",
    //                       "field": "string",
    //                       "operand": "string",
    //                       "operandType": "string",
    //                       "operator": "string",
    //                       "property": "string",
    //                       "then": "ComponentProperty"
    //                     },
    //                     "configured": boolean,
    //                     "defaultValue": "string",
    //                     "event": "string",
    //                     "importedValue": "string",
    //                     "model": "string",
    //                     "property": "string",
    //                     "type": "string",
    //                     "userAttribute": "string",
    //                     "value": "string"
    //                   }
    //                 },
    //                 "global": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 },
    //                 "id": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 },
    //                 "model": "string",
    //                 "state": {
    //                   "componentName": "string",
    //                   "property": "string",
    //                   "set": {
    //                     "bindingProperties": {
    //                       "field": "string",
    //                       "property": "string"
    //                     },
    //                     "bindings": {
    //                       "string": {
    //                         "element": "string",
    //                         "property": "string"
    //                       }
    //                     },
    //                     "collectionBindingProperties": {
    //                       "field": "string",
    //                       "property": "string"
    //                     },
    //                     "componentName": "string",
    //                     "concat": [
    //                       "ComponentProperty"
    //                     ],
    //                     "condition": {
    //                       "else": "ComponentProperty",
    //                       "field": "string",
    //                       "operand": "string",
    //                       "operandType": "string",
    //                       "operator": "string",
    //                       "property": "string",
    //                       "then": "ComponentProperty"
    //                     },
    //                     "configured": boolean,
    //                     "defaultValue": "string",
    //                     "event": "string",
    //                     "importedValue": "string",
    //                     "model": "string",
    //                     "property": "string",
    //                     "type": "string",
    //                     "userAttribute": "string",
    //                     "value": "string"
    //                   }
    //                 },
    //                 "target": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 },
    //                 "type": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 },
    //                 "url": {
    //                   "bindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "bindings": {
    //                     "string": {
    //                       "element": "string",
    //                       "property": "string"
    //                     }
    //                   },
    //                   "collectionBindingProperties": {
    //                     "field": "string",
    //                     "property": "string"
    //                   },
    //                   "componentName": "string",
    //                   "concat": [
    //                     "ComponentProperty"
    //                   ],
    //                   "condition": {
    //                     "else": "ComponentProperty",
    //                     "field": "string",
    //                     "operand": "string",
    //                     "operandType": "string",
    //                     "operator": "string",
    //                     "property": "string",
    //                     "then": "ComponentProperty"
    //                   },
    //                   "configured": boolean,
    //                   "defaultValue": "string",
    //                   "event": "string",
    //                   "importedValue": "string",
    //                   "model": "string",
    //                   "property": "string",
    //                   "type": "string",
    //                   "userAttribute": "string",
    //                   "value": "string"
    //                 }
    //               }
    //             }
    //           },
    //           "name": "string",
    //           "properties": {
    //             "string": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           },
    //           "sourceId": "string"
    //         }
    //       ],
    //       "collectionProperties": {
    //         "string": {
    //           "identifiers": [
    //             "string"
    //           ],
    //           "model": "string",
    //           "predicate": {
    //             "and": [
    //               "Predicate"
    //             ],
    //             "field": "string",
    //             "operand": "string",
    //             "operator": "string",
    //             "or": [
    //               "Predicate"
    //             ]
    //           },
    //           "sort": [
    //             {
    //               "direction": "string",
    //               "field": "string"
    //             }
    //           ]
    //         }
    //       },
    //       "componentType": "string",
    //       "createdAt": number,
    //       "environmentName": "string",
    //       "events": {
    //         "string": {
    //           "action": "string",
    //           "bindingEvent": "string",
    //           "parameters": {
    //             "anchor": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             },
    //             "fields": {
    //               "string": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               }
    //             },
    //             "global": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             },
    //             "id": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             },
    //             "model": "string",
    //             "state": {
    //               "componentName": "string",
    //               "property": "string",
    //               "set": {
    //                 "bindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "bindings": {
    //                   "string": {
    //                     "element": "string",
    //                     "property": "string"
    //                   }
    //                 },
    //                 "collectionBindingProperties": {
    //                   "field": "string",
    //                   "property": "string"
    //                 },
    //                 "componentName": "string",
    //                 "concat": [
    //                   "ComponentProperty"
    //                 ],
    //                 "condition": {
    //                   "else": "ComponentProperty",
    //                   "field": "string",
    //                   "operand": "string",
    //                   "operandType": "string",
    //                   "operator": "string",
    //                   "property": "string",
    //                   "then": "ComponentProperty"
    //                 },
    //                 "configured": boolean,
    //                 "defaultValue": "string",
    //                 "event": "string",
    //                 "importedValue": "string",
    //                 "model": "string",
    //                 "property": "string",
    //                 "type": "string",
    //                 "userAttribute": "string",
    //                 "value": "string"
    //               }
    //             },
    //             "target": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             },
    //             "type": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             },
    //             "url": {
    //               "bindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "bindings": {
    //                 "string": {
    //                   "element": "string",
    //                   "property": "string"
    //                 }
    //               },
    //               "collectionBindingProperties": {
    //                 "field": "string",
    //                 "property": "string"
    //               },
    //               "componentName": "string",
    //               "concat": [
    //                 "ComponentProperty"
    //               ],
    //               "condition": {
    //                 "else": "ComponentProperty",
    //                 "field": "string",
    //                 "operand": "string",
    //                 "operandType": "string",
    //                 "operator": "string",
    //                 "property": "string",
    //                 "then": "ComponentProperty"
    //               },
    //               "configured": boolean,
    //               "defaultValue": "string",
    //               "event": "string",
    //               "importedValue": "string",
    //               "model": "string",
    //               "property": "string",
    //               "type": "string",
    //               "userAttribute": "string",
    //               "value": "string"
    //             }
    //           }
    //         }
    //       },
    //       "id": "string",
    //       "modifiedAt": number,
    //       "name": "string",
    //       "overrides": {
    //         "string": {
    //           "string": "string"
    //         }
    //       },
    //       "properties": {
    //         "string": {
    //           "bindingProperties": {
    //             "field": "string",
    //             "property": "string"
    //           },
    //           "bindings": {
    //             "string": {
    //               "element": "string",
    //               "property": "string"
    //             }
    //           },
    //           "collectionBindingProperties": {
    //             "field": "string",
    //             "property": "string"
    //           },
    //           "componentName": "string",
    //           "concat": [
    //             "ComponentProperty"
    //           ],
    //           "condition": {
    //             "else": "ComponentProperty",
    //             "field": "string",
    //             "operand": "string",
    //             "operandType": "string",
    //             "operator": "string",
    //             "property": "string",
    //             "then": "ComponentProperty"
    //           },
    //           "configured": boolean,
    //           "defaultValue": "string",
    //           "event": "string",
    //           "importedValue": "string",
    //           "model": "string",
    //           "property": "string",
    //           "type": "string",
    //           "userAttribute": "string",
    //           "value": "string"
    //         }
    //       },
    //       "schemaVersion": "string",
    //       "sourceId": "string",
    //       "tags": {
    //         "string": "string"
    //       },
    //       "variants": [
    //         {
    //           "overrides": {
    //             "string": {
    //               "string": "string"
    //             }
    //           },
    //           "variantValues": {
    //             "string": "string"
    //           }
    //         }
    //       ]
    //     }
    //   ],
    //   "nextToken": "string"
    // }


    CkRestW_Dispose(rest);
    CkAuthAwsW_Dispose(authAws);
    CkStringBuilderW_Dispose(sbResponseBody);
    CkJsonObjectW_Dispose(jResp);

    }