awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 रिपॉजिटरी

Awesome GitHub RepositoriesKey Sorting

Ensures deterministic output of serialized data by ordering keys alphabetically.

Distinct from Declaration Sorting: The candidates focus on database storage or source code declarations, not query string serialization.

Explore 6 awesome GitHub repositories matching web development · Key Sorting. Refine with filters or upvote what's useful.

Awesome Key Sorting GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • metafizzy/isotopeM

    metafizzy/isotope

    11,102GitHub पर देखें↗

    Isotope is a JavaScript grid layout library used to create filterable and sortable grids with automatic element positioning in the browser. It functions as a layout engine that calculates absolute coordinates for elements to maintain a dense grid regardless of individual item dimensions. The library features a masonry layout engine that arranges items of varying heights into a compact grid to eliminate vertical gaps. It includes a coordinate-based layout animator for smooth transitions during layout shifts and a CSS selector filtering tool to show or hide elements without reloading the page.

    Orders grid items using user-defined comparison functions and data attributes.

    HTML
    GitHub पर देखें↗11,102
  • go-yaml/yamlgo-yaml का अवतार

    go-yaml/yaml

    7,023GitHub पर देखें↗

    This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform internal data into YAML formatted text and convert YAML input streams back into structured data. The parser includes built-in protections against resource exhaustion attacks by enforcing limits on document depth and alias resolution. It also ensures deterministic output by employing consistent key sorting for maps. The project covers serialization and deserialization workflows, including struct mapping and custom marshaling interfaces. It also handles input encoding detectio

    Ensures deterministic YAML output by consistently sorting map keys regardless of their types.

    Go
    GitHub पर देखें↗7,023
  • sindresorhus/query-stringsindresorhus का अवतार

    sindresorhus/query-string

    6,904GitHub पर देखें↗

    This is a suite of JavaScript utilities for the bidirectional conversion and manipulation of URL components and query parameters. It provides a mechanism for parsing URL query strings into data objects and serializing those objects back into URL-encoded strings. The library includes functions for filtering, isolating, and modifying parameters within a full URL or query string. It supports the construction of complete web links by combining base addresses with formatted query parameters. The toolset covers data transformation primitives such as alphabetical key sorting, input sanitization, an

    Provides alphabetical sorting of object keys to ensure consistent and deterministic URL query strings.

    JavaScript
    GitHub पर देखें↗6,904
  • burntsushi/tomlBurntSushi का अवतार

    BurntSushi/toml

    4,904GitHub पर देखें↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    Provides deterministic output by alphabetically sorting map keys during serialization.

    Go
    GitHub पर देखें↗4,904
  • aimeos/mapaimeos का अवतार

    aimeos/map

    4,200GitHub पर देखें↗

    This PHP data collection library is a functional data wrapper and array manipulation framework. It converts arrays, JSON strings, and iterables into chainable collection objects designed for advanced filtering, sorting, and transformation. The library is distinguished by its ability to dynamically extend functionality through the registration of custom methods via closures. It also provides specialized capabilities for hierarchical data modeling, allowing flat datasets with parent-child identifiers to be reconstructed into nested tree structures. The toolkit covers a broad surface of data ma

    Ships a fluent sorting API supporting custom callbacks, key-based, and value-based ordering.

    PHParraycollectionmap
    GitHub पर देखें↗4,200
  • sbjson/sbjsonSBJson का अवतार

    SBJson/SBJson

    3,717GitHub पर देखें↗

    SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions as a strict JSON validator, enforcing rigid grammar rules to ensure input data adheres to formal specifications. The project features an incremental JSON stream parser that processes UTF8 data in chunks to extract documents without loading the entire payload into memory. It also serves as a JSON data serializer that transforms native data objects into formatted strings using deterministic key sorting. The system manages data serialization workflows and implements security mea

    Provides deterministic output by ordering object keys alphabetically during serialization.

    Objective-C
    GitHub पर देखें↗3,717
  1. Home
  2. Web Development
  3. Key Sorting

सब-टैग एक्सप्लोर करें

  • Custom Callback SortersOrders elements by user-defined comparison functions, values, or keys with ascending/descending control. **Distinct from Key Sorting:** Distinct from Key Sorting: covers sorting by custom callbacks and values, not just alphabetical key ordering.