JsonPathInfoSegmentHasArrayWildCard Method

Determines if a segment contains a wild card array index.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static bool SegmentHasArrayWildCard(
	string segment
)

Parameters

segment  String
The segment to check.

Return Value

Boolean
True if a wile card array index was found, false otherwise.

See Also