#
array
Working with arrays in JSON and JSONata.
ProgrammingJSONata: Filter an Array to Find a Specific IP Address
Use JSONata to filter an unordered array and return a specific IP address. Covers predicate queries, $filter, $contains, $indexOf and regex $match examples.
1 answer• 1 view
ProgrammingCannot assign void to an implicitly-typed variable in C#
Fix 'Cannot assign void to an implicitly-typed variable' in C#: why Split(...).Reverse() may bind to Array.Reverse, missing System.Linq, and practical fixes.
1 answer• 1 view