awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesObject Entry Converters

Utilities for converting between object structures and key-value arrays.

Distinguishing note: Focuses on structural conversion for bulk processing.

Explore 4 awesome GitHub repositories matching data & databases · Object Entry Converters. Refine with filters or upvote what's useful.

Awesome Object Entry Converters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jqlang/jqAvatar von jqlang

    jqlang/jq

    34,901Auf GitHub ansehen↗

    This project is a command-line processor designed for the parsing, filtering, and transformation of structured data streams. It functions as a declarative programming environment that treats data as immutable streams, allowing users to perform complex structural modifications through the composition of small, reusable functions. By utilizing a recursive tree traversal engine, the system enables the navigation, inspection, and modification of deeply nested hierarchical data structures. The engine distinguishes itself through a stream-oriented architecture that processes input records one by on

    Converts between JSON objects and arrays of key-value pairs to facilitate bulk transformations.

    Cjq
    Auf GitHub ansehen↗34,901
  • angus-c/justAvatar von angus-c

    angus-c/just

    6,204Auf GitHub ansehen↗

    Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The

    Converts object structures into arrays of key-value pairs for easier processing.

    JavaScript
    Auf GitHub ansehen↗6,204
  • sodiray/radashAvatar von sodiray

    sodiray/radash

    4,845Auf GitHub ansehen↗

    Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap

    Provides a utility to iterate through an object and generate new keys and values using a callback function.

    TypeScriptfunctionshacktoberfestjavascript
    Auf GitHub ansehen↗4,845
  • jabref/jabrefAvatar von JabRef

    JabRef/jabref

    4,373Auf GitHub ansehen↗

    This project is a desktop-based bibliographic reference manager designed to organize academic research libraries and automate citation workflows. It functions as a research assistant that integrates directly with word processors and text editors, enabling users to insert and format references while writing. The application is built on a Java-based portable runtime, allowing it to operate as a self-contained tool that stores preferences and data in local configuration files. The platform distinguishes itself through a modular plugin architecture and a commitment to human-readable, text-based f

    Transforms plain reference text into structured bibliographic entries using language models to automate data entry.

    Javaacademiaacademic-publicationsai
    Auf GitHub ansehen↗4,373
  1. Home
  2. Data & Databases
  3. Object Entry Converters

Unter-Tags erkunden

  • Object Entry Transformers1 Sub-TagUtilities that iterate through object entries to produce new key-value pairs via callbacks. **Distinct from Object Entry Converters:** Unlike converters, this focuses on functional transformation of existing entries rather than simple structural conversion.