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

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

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

ChimeraCoder/gojson

0
View on GitHub↗

Gojson

Automatically generate Go (golang) struct definitions from example JSON

Features

  • JSON 处理 - Generates Go structs from JSON data.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
  • Code Generation Tools - Generates Go structs from JSON.
  • 2,687 星标·205 分支·Go·GPL-3.0·4 次浏览

    Star 历史

    chimeracoder/gojson 的 Star 历史图表chimeracoder/gojson 的 Star 历史图表

    Gojson 的开源替代方案

    相似的开源项目,按与 Gojson 的功能重合度排序。
    • java-json-tools/json-schema-validatorjava-json-tools 的头像

      java-json-tools/json-schema-validator

      1,642在 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
      在 GitHub 上查看↗1,642
    • jprichardson/node-fs-extrajprichardson 的头像

      jprichardson/node-fs-extra

      9,610在 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
      在 GitHub 上查看↗9,610
    • json-iterator/javajson-iterator 的头像

      json-iterator/java

      1,566在 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
      在 GitHub 上查看↗1,566
    • hazelcast/hazelcasthazelcast 的头像

      hazelcast/hazelcast

      6,570在 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
      在 GitHub 上查看↗6,570
    查看 Gojson 的所有 30 个替代方案→

    常见问题解答

    chimeracoder/gojson 是做什么的?

    Automatically generate Go (golang) struct definitions from example JSON

    chimeracoder/gojson 的主要功能有哪些?

    chimeracoder/gojson 的主要功能包括:JSON 处理, Code Generation Tools。

    chimeracoder/gojson 有哪些开源替代品?

    chimeracoder/gojson 的开源替代品包括: 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.