Convert (nested) object keys to snake case or camel case with type safety.
[](https://www.npmjs.com/package/@aws-sdk/util-dynamodb) [](https://www.npmjs.com/package/@aws-sdk/util
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
Map object keys and values into a new object
Get the PATH environment variable key cross-platform
Persistent ordered mapping from strings
Core library for interfacing with AutoRest generated code
Plain color conversion functions
Convert object keys from camel case
🐊Putout plugin adds ability to convert 'Object.keys()' to 'Object.entries()'
utilities for primitive JavaScript types
Parse binary files with a schema into nicely readable objects
Convert a JSON Web Key to a PEM
Convert object keys to camel case
Lowercase the keys of an object
GitHub App authentication for JavaScript
Copy a descriptor from object A to object B
Convert an object's keys to snake case
A convertor between XML text and Javascript object / JSON text.
Converts JavaScript/JSON to XML (for RSS, Podcasts, AMP, etc.)
🐊Putout plugin adds ability to convert 'const' to 'let'
Reverse minimist. Convert an object of options into an array of command-line arguments.
Shiki's fork of `vscode-textmate`
Implementation of the WHATWG URL Standard
underscorize_keys convert all the keys of object to underscore
Takes a Hash and converts it into a Struct with each key as a property and each value converted into a native object if possible.
Rails Devs For Data Integrity catches unique key and foreign key violations coming from the MySQLdatabase and converts them into an error on the ActiveRecord object similar to validation errors
Provides util methods to modify Hash objects. Currently contains a single method that converts all string keys in a Hash to symbols. Will recursively convert string keys through hashes and hashes within arrays.
CollectionUtils provide with basic collection templates like stack(push, pop, peek), queues(enqueue, dequeue), heaps/tree(MinHeap, MaxHeap, BST) and HashDeserializedObject(Converts a hash into object for easy access. All the keys will become attributes of the object). Check out the wiki at https://github.com/deeshugupta/collection_utils/wiki
This library performs diffs of CSV data, or any table-like source. Unlike a standard diff that compares line by line, and is sensitive to the ordering of records, CSV-Diff identifies common lines by key field(s), and then compares the contents of the fields in each line. Data may be supplied in the form of CSV files, or as an array of arrays. The diff process provides a fine level of control over what to diff, and can optionally ignore certain types of changes (e.g. changes in position). CSV-Diff is particularly well suited to data in parent-child format. Parent- child data does not lend itself well to standard text diffs, as small changes in the organisation of the tree at an upper level can lead to big movements in the position of descendant records. By instead matching records by key, CSV-Diff avoids this issue, while still being able to detect changes in sibling order. This gem implements the core diff algorithm, and handles the loading and diffing of CSV files (or Arrays of Arrays). It also supports converting data in XML format into tabular form, so that it can then be processed like any other CSV or table-like source. It returns a CSVDiff object containing the details of differences in object form. This is useful for projects that need diff capability, but want to handle the reporting or actioning of differences themselves. For a pre-built diff reporting capability, see the csv-diff-report gem, which provides a command-line tool for generating diff reports in HTML, Excel, or text formats.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.