A function that extracts your simple object into an array.
convert from v8 coverage format to istanbul's format
Cron string converter
Run an array of functions in parallel
General purpose glob-based configuration matching.
Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
utilities for primitive JavaScript types
Convert json object to typescript interfaces
Parses set-cookie headers into objects
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
Convert big integers from any base to any base
SAP Fiori OData - Annotation converter
convert csv to json and json to csv
Converts CSS values from one unit to another
Polyfill of future proposal for `util.parseArgs()`
Parse and stringify JSON with comments. It will retain comments even after saved!
Flatten nested arrays
Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.
No description provided.
Validates and converts Cucumber JSON for different Cucumber implementations and versions
Converts transaction strings (in hexadecimal representation) to transaction objects and back.
Copy a descriptor from object A to object B
Axios transformer/interceptor that converts snake_case/camelCase
Convert Swagger 2.0 definitions to OpenApi 3.0 and validate
Convert deeply nested Virtus or other objects that respond to attributes to hashes and arrays
Convert arrays to CSV (array of hashes, matrixes, ActiveRecord objects etc).
Converts conforming link headers to and from text, LinkHeader objects and corresponding (JSON-friendly) Array representations, also HTML link elements.
Converts ruby hashes and arrays into objects. Also works with JSON & YAML files.
Convert enumerable objects into parallelized arrays
CSVobj provides a legible and maintainable mechanism to manipulate CSV files by creating an array of objects from a file or string of CSV information. The resulting object's attributes are defined dynamically and are based on the CSV column name.
Take two Ruby objects that can be serialized to JSON. Output an array of operations (additions, deletions, moves) that would convert the first one to the second one.
Provides an common interface to convert between arrays of objects that implement .new and #to_h methods to arrays of JSON.
This Ruby lib aims at converting JSON files composed of arrays of objects (all following the same schema) into CSV files where one line equals one object.
Convert arrays of AR objects to Struct objects including virtual methods.
This gem converts arrays of JSON objects, arrays of hashes, arrays of ActionController params, simple hashes, or ActiveRecord relations and objects to a CSV-formatted string.
JsonStructMapper provides an easy way to convert JSON files and hashes into Ruby Struct objects, with support for nested structures and arrays. It also supports converting Structs back to hashes.