JsonPathInfoGetSegments Method

Splits a json path into segments.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static string[] GetSegments(
	string path
)

Parameters

path  String
The path to split.

Return Value

String
The path's segments.

See Also