Cmdlets for JSON

Build 25.0.9539

BackwardsCompatibilityMode Parameter (Connect-JSON Cmdlet)

Specifies whether the provider uses the legacy JSON parsing behavior available in earlier driver versions.

Syntax

Connect-JSON -BackwardsCompatibilityMode SwitchParameter

Data Type

bool

Default Value

false

Remarks

When this property is set to true, the cmdlet uses the JSON parsing behavior and feature set available in the 2017 version.

When this property is set to false, the cmdlet enables the enhanced flattening features introduced in later versions. These include the DataModel, FlattenArrays, and FlattenObjects properties, as well as dynamic flattening of tables and columns in SQL queries.

This property is useful for maintaining compatibility with legacy integrations that rely on the original JSON schema behavior.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539