awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ChimeraCoder avatar

ChimeraCoder/gojson

0
View on GitHub↗
2,687 stele·205 fork-uri·Go·GPL-3.0·2 vizualizări

Gojson

Automatically generate Go (golang) struct definitions from example JSON

Features

  • Procesare JSON - Generates Go structs from JSON data.
  • Code Generation Tools - Generates Go structs from JSON.

Istoric stele

Graficul istoricului de stele pentru chimeracoder/gojsonGraficul istoricului de stele pentru chimeracoder/gojson

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Gojson

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Gojson.
  • java-json-tools/json-schema-validatorAvatar java-json-tools

    java-json-tools/json-schema-validator

    1,642Vezi pe GitHub↗

    This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against defined schema specifications. It functions as a processing utility that parses complex data structures while managing external schema references and circular dependencies. The engine distinguishes itself through an immutable processor design that enables thread-safe, concurrent validation without requiring external synchronization. It employs arbitrary-precision arithmetic to evaluate numeric constraints, preventing common floating-point rounding errors, and utilizes character-l

    Java
    Vezi pe GitHub↗1,642
  • jprichardson/node-fs-extraAvatar jprichardson

    jprichardson/node-fs-extra

    9,610Vezi pe GitHub↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    Vezi pe GitHub↗9,610
  • json-iterator/javaAvatar json-iterator

    json-iterator/java

    1,566Vezi pe GitHub↗

    This library is a high-performance JSON processing tool for Java designed to handle data serialization and deserialization with minimal resource consumption. It provides a framework for transforming complex object graphs into JSON strings and mapping raw input directly to typed class properties. The library distinguishes itself by utilizing compile-time code generation and reflection-free mapping to eliminate expensive runtime overhead. By employing iterator-based stream parsing and zero-allocation buffer management, it processes large or deeply nested data structures while reducing garbage c

    Javadeserializationjavajson
    Vezi pe GitHub↗1,566
  • hazelcast/hazelcastAvatar hazelcast

    hazelcast/hazelcast

    6,570Vezi pe GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Javabig-datacachingdata-in-motion
    Vezi pe GitHub↗6,570
Vezi toate cele 30 alternative pentru Gojson→

Întrebări frecvente

Ce face chimeracoder/gojson?

Automatically generate Go (golang) struct definitions from example JSON

Care sunt principalele funcționalități ale chimeracoder/gojson?

Principalele funcționalități ale chimeracoder/gojson sunt: Procesare JSON, Code Generation Tools.

Care sunt câteva alternative open-source pentru chimeracoder/gojson?

Alternativele open-source pentru chimeracoder/gojson includ: java-json-tools/json-schema-validator — This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against… json-iterator/java — This library is a high-performance JSON processing tool for Java designed to handle data serialization and… jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… hazelcast/hazelcast — Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to… amir-s/jute — Very simple C++ JSON Parser. akheron/jansson — C library for encoding, decoding and manipulating JSON data.