awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to evanphx/json-patch

Open-source alternatives to Json Patch

30 open-source projects similar to evanphx/json-patch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Json Patch alternative.

  • 01mf02/jaqAvatar von 01mf02

    01mf02/jaq

    3,659Auf GitHub ansehen↗

    A jq clone focussed on correctness, speed, and simplicity

    Rustjqjsonquery
    Auf GitHub ansehen↗3,659
  • adamritter/fastgronA

    adamritter/fastgron

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • antonmedv/fxAvatar von antonmedv

    antonmedv/fx

    20,282Auf GitHub ansehen↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Goclicommand-linejson
    Auf GitHub ansehen↗20,282
  • benbernard/recordstreamB

    benbernard/RecordStream

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • blgm/jfqB

    blgm/jfq

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • borkdude/jetB

    borkdude/jet

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
chrisdone/jlC

chrisdone/jl

0Auf GitHub ansehen↗
Auf GitHub ansehen↗0
  • cube2222/jqlC

    cube2222/jql

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • davesnx/query-jsonAvatar von davesnx

    davesnx/query-json

    634Auf GitHub ansehen↗

    Faster, simpler and more portable implementation of jq-inspired language in OCaml

    OCaml
    Auf GitHub ansehen↗634
  • davvid/jsonaxeD

    davvid/jsonaxe

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dbohdan/jsonwatchD

    dbohdan/jsonwatch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dbohdan/remarshalD

    dbohdan/remarshal

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • grantila/yaml-diff-patchG

    grantila/yaml-diff-patch

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • inosion/madatoI

    inosion/madato

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • itchyny/gojqAvatar von itchyny

    itchyny/gojq

    3,770Auf GitHub ansehen↗

    gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st

    Go
    Auf GitHub ansehen↗3,770
  • j-brooke/fracturedjsonJ

    j-brooke/FracturedJson

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jfryy/qqJ

    JFryy/qq

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jmespath/jpJ

    jmespath/jp

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jpmens/joAvatar von jpmens

    jpmens/jo

    4,868Auf GitHub ansehen↗

    Jo is a command-line utility designed to construct and manipulate JSON objects and arrays directly from shell arguments and standard input. It functions as a data processing tool that transforms raw input into structured formats, enabling the generation of complex payloads for APIs, configuration files, and automated data pipelines. The tool distinguishes itself through its ability to resolve hierarchical data structures using delimiter-based path definitions and its integrated type-inference engine, which automatically casts input values into native boolean, numeric, or null types. Users can

    C
    Auf GitHub ansehen↗4,868
  • kellyjonbrazil/jcAvatar von kellyjonbrazil

    kellyjonbrazil/jc

    8,538Auf GitHub ansehen↗

    jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab

    Pythonbashbash-scriptingcli
    Auf GitHub ansehen↗8,538
  • kellyjonbrazil/jelloK

    kellyjonbrazil/jello

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • kellyjonbrazil/jtblK

    kellyjonbrazil/jtbl

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ldn-softdev/jtcL

    ldn-softdev/jtc

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mgree/ffsM

    mgree/ffs

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • micha/json-tableM

    micha/json-table

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • pacha/celsP

    pacha/cels

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • pastdev/clconfP

    pastdev/clconf

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • python-mario/marioP

    python-mario/mario

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • quicktype/quicktypeAvatar von quicktype

    quicktype/quicktype

    13,761Auf GitHub ansehen↗

    Quicktype is a multi-language model generation engine that converts JSON and GraphQL schemas into type-safe models and serialization code. It functions as a JSON to type generator and a GraphQL type generator, producing strongly typed classes and interfaces across a wide array of target programming languages. The system derives formal schemas from sample data and transforms these definitions into native language objects. This enables the synchronization of shared data models across diverse tech stacks and the development of type-safe interfaces for consuming external APIs. The engine utilize

    TypeScript
    Auf GitHub ansehen↗13,761
  • raine/ramda-cliAvatar von raine

    raine/ramda-cli

    584Auf GitHub ansehen↗

    :ram: A CLI tool for processing data with functional pipelines

    LiveScriptclijsonlivescript
    Auf GitHub ansehen↗584