One of the quick options:
myJArray.ToObject(of DataTable)
myJArray.ToObject(of DataTable).DefaultView.ToTable(False, {"Description","Quantity","Unit Price","Line Amount"})
One of the quick options:
myJArray.ToObject(of DataTable)
myJArray.ToObject(of DataTable).DefaultView.ToTable(False, {"Description","Quantity","Unit Price","Line Amount"})