Extensions.FromArrayObject method
Extension method gets the innermost JArray object from the input JSON token assuming the input is an object with a single typed array id as its only property which then contains an object in the standard HFDM array format.
public static JArray FromArrayObject(this JToken jsonToken, string propertyName, string typeid)
parameter | description |
---|---|
jsonToken | The parent JSON token to parse. |
propertyName | The property containing the array. |
typeid | The typeid of the array. |
Return Value
The inner JSON object array.
See Also
- class Extensions
- namespace Autodesk.DataExchange.Converters.Extension