Extensions.FromHFDMArray method
Extension gets the innermost JArray object from the input JSON token assuming the standard HFDM array format.
public static JArray FromHFDMArray(this JToken jsonToken, string propertyName)
parameter | description |
---|---|
jsonToken | The parent JSON token to parse. |
propertyName | The property containing the array. |
Return Value
The inner JSON object array.
See Also
- class Extensions
- namespace Autodesk.DataExchange.Converters.Extension