public enum JsonListMappingMode
Auto | 0 | The mode is automatically determined based on whether the number of variable array indexes in the source and target paths match. |
List | 1 | Source path should resolve to the list. |
Items | 2 | Source path should resolve to the list's items. |