awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

168 dépôts

Awesome GitHub RepositoriesTraitement JSON

Bibliothèques pour analyser, transformer et valider des données JSON.

Explore 168 awesome GitHub repositories matching part of an awesome list · Traitement JSON. Refine with filters or upvote what's useful.

Awesome Traitement JSON GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • nlohmann/jsonAvatar de nlohmann

    nlohmann/json

    49,944Voir sur GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Comprehensive JSON library for modern C++.

    C++bsoncborheader-only
    Voir sur GitHub↗49,944
  • alibaba/fastjsonAvatar de alibaba

    alibaba/fastjson

    25,625Voir sur GitHub↗

    Fastjson is a Java data binding framework and serialization library designed to convert objects to JSON strings and parse JSON data into typed objects. It functions as a JSON parser and stream processor capable of transforming JSON strings into data structures. The project emphasizes high performance JSON processing and memory management, specifically through the use of a pipeline to stream oversized JSON objects and texts to prevent memory exhaustion. It provides capabilities for JSON data serialization and deserialization workflows, including custom JSON data mapping and the ability to def

    Fast JSON processor with minimal dependencies.

    Java
    Voir sur GitHub↗25,625
  • google/gsonAvatar de google

    google/gson

    24,357Voir sur GitHub↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Serializes and deserializes objects to and from JSON.

    Java
    Voir sur GitHub↗24,357
  • lemire/simdjsonAvatar de lemire

    lemire/simdjson

    23,860Voir sur GitHub↗

    simdjson is a high-performance JSON parser that utilizes SIMD instructions to process gigabytes of data per second. It functions as a SIMD JSON parser, a multithreaded NDJSON processing library, a UTF-8 validation engine, and a tool for JSON minification and string building. The project focuses on high-throughput data processing, enabling the ingestion of massive JSON volumes and the verification of UTF-8 encoding standards. It includes dedicated capabilities for constructing JSON strings with optimized memory usage and removing unnecessary whitespace from documents to reduce file size. The

    Extremely fast SIMD-accelerated JSON parsing.

    C++
    Voir sur GitHub↗23,860
  • swiftyjson/swiftyjsonAvatar de SwiftyJSON

    SwiftyJSON/SwiftyJSON

    22,951Voir sur GitHub↗

    SwiftyJSON is a Swift JSON parsing library and data wrapper designed to simplify the reading and manipulation of JSON structures. It provides a toolkit for converting raw JSON strings into structured formats without requiring manual type casting or optional chaining for every value. The library focuses on simplifying nested data extraction through subscript-based value access and recursive data resolution. It ensures optional-safe value retrieval by returning default empty values instead of crashing when encountering missing keys or out-of-bounds array indices. The project includes capabilit

    Swift-based library for handling JSON data.

    Swift
    Voir sur GitHub↗22,951
  • antonmedv/fxAvatar de antonmedv

    antonmedv/fx

    20,282Voir sur GitHub↗

    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

    CLI JSON viewer.

    Goclicommand-linejson
    Voir sur GitHub↗20,282
  • tidwall/gjsonAvatar de tidwall

    tidwall/gjson

    15,521Voir sur GitHub↗

    gjson is a Go JSON parser designed for schema-less reading and value extraction. It allows for the retrieval of specific data from JSON documents using dot-notation paths without requiring the definition of predefined Go structs. The library provides tools for path-based querying, including the use of wildcards and index-based queries to locate data within objects and arrays. It also functions as a JSON lines processor, treating multi-line documents as arrays to iterate and query individual entries. Additional capabilities include converting JSON values into native Go types such as strings,

    Provides on-demand conversion of extracted JSON values into native Go strings, floats, booleans, maps, or slices.

    Go
    Voir sur GitHub↗15,521
  • miloyip/rapidjsonAvatar de miloyip

    miloyip/rapidjson

    15,095Voir sur GitHub↗

    RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

    Fast SAX/DOM style JSON parser and generator.

    C++
    Voir sur GitHub↗15,095
  • tencent/rapidjsonAvatar de Tencent

    Tencent/rapidjson

    15,000Voir sur GitHub↗

    RapidJSON is a header-only C++ library designed for high-performance parsing, generation, and manipulation of JSON data. It functions as a dual-mode engine, providing both an in-memory document object model for tree-based manipulation and a stream-based interface for event-driven processing. The library is built to minimize memory footprint and maximize execution speed, making it suitable for resource-constrained environments. The library distinguishes itself through advanced memory management and optimization techniques, including in-situ parsing that modifies input buffers directly to elimi

    Fast JSON parser and generator with SAX/DOM APIs.

    C++
    Voir sur GitHub↗15,000
  • json-iterator/goAvatar de json-iterator

    json-iterator/go

    13,891Voir sur GitHub↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    High-performance JSON parser.

    Godeserializationgogolang
    Voir sur GitHub↗13,891
  • davegamble/cjsonAvatar de DaveGamble

    DaveGamble/cJSON

    12,466Voir sur GitHub↗

    cJSON is a lightweight library for parsing, creating, and modifying JSON data structures within C applications. It provides a comprehensive set of utilities for transforming raw text into navigable objects, manipulating data fields within collections, and serializing complex structures into formatted or unformatted strings. The library is designed for memory-sensitive and resource-constrained environments, utilizing manual memory management and type-tagged union structures to maintain a minimal footprint. It employs recursive descent parsing and in-place string manipulation to process data ef

    Ultralightweight JSON parser in ANSI C.

    C
    Voir sur GitHub↗12,466
  • mantle/mantleAvatar de Mantle

    Mantle/Mantle

    11,255Voir sur GitHub↗

    Mantle is a framework for mapping raw data structures and JSON into typed model objects for Cocoa and Cocoa Touch applications. It serves as a data serialization engine and JSON data mapper that transforms dictionaries and arrays into structured model objects. The framework distinguishes itself through an Objective-C persistence layer that manages model disk archiving via keyed archivers. It includes specialized logic for model version management, allowing outdated archived data structures to be upgraded to match current schemas during deserialization. The project covers a broad range of dat

    Model framework for Cocoa and Cocoa Touch.

    Objective-C
    Voir sur GitHub↗11,255
  • brasilapi/brasilapiAvatar de BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Voir sur GitHub↗

    BrasilAPI is a REST API gateway that aggregates and exposes official Brazilian public data from fragmented government sources. It functions as a multi-provider data aggregator that normalizes heterogeneous information into a standardized JSON schema for consistent delivery. The system utilizes a multi-provider fallback pipeline to ensure reliable data resolution, querying several external APIs in sequence if a primary provider fails. It also incorporates a caching proxy gateway to reduce latency and avoid redundant requests for frequently accessed public data. The platform covers a broad ran

    Transforms fragmented data from multiple public providers into a standardized JSON schema for consistent delivery.

    JavaScript
    Voir sur GitHub↗10,750
  • square/moshiAvatar de square

    square/moshi

    10,138Voir sur GitHub↗

    Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder that converts typed objects to JSON strings and parses JSON data back into language objects. The library distinguishes itself through compile-time adapter generation, which removes the performance overhead associated with runtime reflection. It also provides a polymorphic JSON mapper that uses type identifiers to resolve and instantiate specific subclasses of a common base type. The framework supports custom adapter definitions for specialized type conversion, including nullabi

    Modern, unopinionated JSON library using standard Java types.

    Kotlin
    Voir sur GitHub↗10,138
  • fasterxml/jacksonAvatar de FasterXML

    FasterXML/jackson

    9,740Voir sur GitHub↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    Comprehensive library for JSON data binding and processing.

    hacktoberfestjacksonjava-json
    Voir sur GitHub↗9,740
  • jprichardson/node-fs-extraAvatar de jprichardson

    jprichardson/node-fs-extra

    9,610Voir sur 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

    Implements automatic transformation between JSON files on disk and in-memory JavaScript objects.

    JavaScriptcopydeletefilesystem
    Voir sur GitHub↗9,610
  • bytedance/sonicAvatar de bytedance

    bytedance/sonic

    9,492Voir sur GitHub↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    High-performance JSON parser.

    Gohigh-performancejitjson
    Voir sur GitHub↗9,492
  • json-path/jsonpathAvatar de json-path

    json-path/JsonPath

    9,423Voir sur GitHub↗

    JsonPath is a Java library designed for querying and manipulating JSON documents using the JsonPath expression language. It functions as a query engine for extracting and filtering specific data from JSON structures through path-based expressions. The library provides capabilities for transforming JSON documents by modifying values or mapping extracted data into Java objects. It also includes an aggregation library for calculating statistical metrics, such as sums and averages, on numeric arrays. The project handles data extraction through array filtering and numerical aggregation. Performan

    Extracts data from JSON using XPATH-like syntax.

    Java
    Voir sur GitHub↗9,423
  • humanwhocodes/computer-science-in-javascriptAvatar de humanwhocodes

    humanwhocodes/computer-science-in-javascript

    9,119Voir sur GitHub↗

    This is a collection of classic computer science algorithms and data structures implemented from scratch in JavaScript. The project provides reference implementations of fundamental concepts including sorting algorithms, binary search, linked lists, and binary search trees, all built as standalone pure functions with no external dependencies. The implementations cover a range of data structures, including singly-linked, doubly-linked, and circular linked lists with full traversal and mutation operations, as well as binary search trees supporting insertion, deletion, and search. Sorting algori

    Yield each data item in sequence using a generator, making the list usable with loops and spread syntax.

    JavaScript
    Voir sur GitHub↗9,119
  • open-source-parsers/jsoncppAvatar de open-source-parsers

    open-source-parsers/jsoncpp

    8,850Voir sur GitHub↗

    JsonCpp is a C++ library for parsing, manipulating, and generating JSON data. It functions as a data interchange tool that provides a JSON parser to convert formatted text into structured data and a JSON serializer to transform internal data structures back into valid JSON strings. The library features the ability to preserve non-standard JSON comments during the deserialization and serialization process, which supports the management of human-readable configuration files. The project implements a tree-based internal representation for programmatic data access and uses a builder-based config

    Library for interacting with JSON data.

    C++
    Voir sur GitHub↗8,850
Préc.123456…9Suivant
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. JSON Processing

Explorer les sous-tags

  • Configuration MappingThe process of transforming one data structure into another for compatibility between different protocols. **Distinct from JSON Processing:** Distinct from general JSON processing by focusing specifically on mapping subscription formats to standardized structures.
  • JSON Transformation2 sous-tagsManipulating values during the JSON parsing process via custom functions. **Distinct from JSON Processing:** Focuses on the transformation/revival of values during parsing rather than general processing or ingestion.
  • Map ConvertersUtilities that transform JSON documents into native map structures for easier access. **Distinct from JSON Processing:** Focuses specifically on the transformation to map types rather than general parsing or validation.
  • Native Type ConvertersTools for casting JSON values into native programming language types like strings, floats, and booleans. **Distinct from JSON Processing:** Focuses on on-demand type casting of individual values, distinct from full document serialization or general processing.
  • Structure IteratorsTools for looping through JSON objects or arrays using callback functions. **Distinct from JSON Processing:** Specifically covers iterative traversal of JSON hierarchies, whereas JSON Processing is the broad category for all parsing and transformation.