Data Processing
Invert keys grouped by values using lodash _.invertBy
invert-byData Processing
Invert keys and values using lodash _.invert
invert-objectData Processing
Group items by a derived key using lodash _.groupBy
group-byData Processing
Find common values across multiple arrays using lodash _.intersection
intersection-arraysData Processing
Join array items into a single string with a custom separator
join-arrayData Processing
Get the first element of array using lodash _.head
head-itemData Processing
Find the index of a value in array using lodash _.indexOf
index-ofData Processing
Get all elements except the last using lodash _.initial
initial-itemsData Processing
Extract all keys from JSON objects with multiple output formats. Perfect for analyzing JSON structure, documentation generation, and understanding complex nested objects.
json-key-extractorData Processing
Flatten nested JSON objects into key-value pairs with customizable delimiters and flattening strategies
json-flattenerData Processing
Batch rename JSON object keys with support for patterns, rules, and transformations. Perfect for API response formatting and data normalization.
json-key-renamerData Processing
Merge multiple JSON files with various merging strategies (deep merge, overwrite, combine arrays, etc.)
json-merger