awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesPath-to-Array Converters

Tools for converting path expressions into array representations.

Distinguishing note: Focuses on path serialization rather than general data conversion.

Explore 3 awesome GitHub repositories matching data & databases · Path-to-Array Converters. Refine with filters or upvote what's useful.

Awesome Path-to-Array Converters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jqlang/jqjqlang 的头像

    jqlang/jq

    34,901在 GitHub 上查看↗

    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 path expressions into array representations to identify keys and indices.

    Cjq
    在 GitHub 上查看↗34,901
  • immutable-js/immutable-jsimmutable-js 的头像

    immutable-js/immutable-js

    33,060在 GitHub 上查看↗

    Immutable.js is a library of persistent data structures and a functional state management toolkit. It provides a collection of immutable objects and arrays that prevent direct mutation to ensure predictable state management in JavaScript applications. The library utilizes structural sharing to efficiently create new versions of data without full copying and implements lazy sequence processing to chain data transformations that execute only when values are requested. It also supports batch mutation processing, allowing multiple changes to be applied to a temporary mutable copy before returning

    Uses path-copying persistence to create new versions of data structures while preserving previous state.

    TypeScript
    在 GitHub 上查看↗33,060
  • greensock/gsapgreensock 的头像

    greensock/GSAP

    23,877在 GitHub 上查看↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Converts between various SVG path formats and coordinate arrays to standardize motion data for animation.

    JavaScriptanimationgsapjavascript
    在 GitHub 上查看↗23,877
  1. Home
  2. Data & Databases
  3. Path-to-Array Converters

探索子标签

  • Path-Copying PersistenceA persistence strategy that creates new nodes along the path to a modification to preserve previous state versions. **Distinct from Path-to-Array Converters:** Focuses on immutable state persistence via path duplication rather than converting paths to arrays.