Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Json

Json

601 projects

Showing 36 of 601 projects

MustaPAS
MustaPASPascal

A Mustache template engine implementation in simple procedural Pascal.

#stream-processing#pascal#template-engine
Stars14
Forks3
Last commit10 years ago
jsonhal
jsonhalGo

A Go package for easily marshaling custom structs into HAL-compatible JSON responses.

#hal#go-package#rest-api
Stars13
Forks6
Last commit6 years ago
rust-suricatax-rule-parser
rust-suricatax-rule-parserRust

An experimental Rust parser for Suricata rules that converts them into structured JSON/YAML representations.

#suricata#serde#yaml
Stars13
Forks4
Last commit1 month ago
jmespath.cr
jmespath.crCrystal

A fully compliant Crystal implementation of the JMESPath query language for extracting data from JSON documents.

#library#json-query#crystal-lang
Stars12
Forks0
Last commit3 months ago
Java
JavaJava

A lightweight Java client for the Vert.x EventBus TCP bridge, enabling communication without external dependencies.

#java#java-nio#message-broker
Stars12
Forks1
Last commit1 year ago
NSTEasyJSON
NSTEasyJSONObjective-C

A SwiftyJSON-inspired library that simplifies JSON parsing in Objective-C with type-safe optional and non-optional getters.

#ios#objective-c#type-safety
Stars12
Forks1
Last commit8 years ago
Vert.x JsonPath
Vert.x JsonPathJava

Lightweight JsonPath for Vert.x

#jsonpath#json#vertx
Stars12
Forks1
Last commit9 days ago
jsonParse
jsonParseC

A simple and fast JSON parser implemented in ANSI C with a reference-counting object model.

#parsing#c-library#json-api
Stars11
Forks1
Last commit7 years ago
optional
optionalGo

A type-safe optional value library for Go with support for JSON, YAML, SQL, and custom marshalers.

#optional-types#yaml#nullable-values
Stars11
Forks0
Last commit5 months ago
jzon
jzonGo

A high-performance JSON library for Go, inspired by jsoniter with improved compatibility and exact type handling.

#encoder#high-performance#jsoniter-alternative
Stars11
Forks2
Last commit1 year ago
kitsune
kitsuneCSS

An Elixir library for transforming data representations between structs and formats like JSON.

#elixir#library#struct-mapping
Stars11
Forks1
Last commit11 years ago
go-json-benchmark
go-json-benchmarkGo

A comprehensive benchmark comparing performance and features of various Go JSON libraries.

#performance-testing#ugorji#ujson
Stars11
Forks1
Last commit5 years ago
htmljson
htmljsonGo

A pure Go library for rendering JSON as richly formatted HTML without JavaScript or dependencies.

#syntax-highlighting#backend-tool#go-library
Stars10
Forks0
Last commit1 month ago
ej
ejGo

Write and read JSON from different sources in one line

#golang#json#go
Stars10
Forks2
Last commit6 years ago
test_that_json
test_that_jsonElixir

A collection of Elixir helpers for testing JSON structures in ExUnit and ESpec.

#elixir#espec#exunit
Stars10
Forks2
Last commit8 years ago
GraphQL Constructor
GraphQL ConstructorPascal

A Delphi library for constructing and executing GraphQL queries with a fluent, object-oriented API.

#query-builder#fluent-interface#graphql
Stars10
Forks3
Last commit5 years ago
ngx-json-treeview
ngx-json-treeviewTypeScript

An Angular component for displaying JSON objects and arrays in a collapsible, keyboard-navigable tree view.

#treeview#ngx-json-treeview#angular-component
Stars10
Forks2
Last commit1 day ago
RxAlamoRecord
RxAlamoRecordSwift

A reactive networking layer for iOS/macOS that combines AlamoRecord and RxSwift to simplify API interactions.

#ios#api#alamofire
Stars9
Forks0
Last commit6 years ago
ts-serializer
ts-serializerTypeScript

A TypeScript library for serializing and deserializing JSON into strongly typed objects using decorators.

#object-mapping#strongly-typed#decorators
Stars9
Forks1
Last commit10 months ago
parsefields
parsefieldsGo

A tool for parsing JSON-like logs to collect unique fields and events, helping create database mapping schemas.

#devops#database-schema#fields
Stars9
Forks1
Last commit7 years ago
atdjs
atdjsOCaml

Generates OCaml serializers/unserializers from ATD type definitions for js_of_ocaml client apps.

#xhr#atd#serialization
Stars9
Forks0
Last commit13 years ago
Generate Custom Response using JSONbin
Generate Custom Response using JSONbinShell

A GitHub Action to create, read, update, and delete JSON bins using the JSONbin.io API.

#json-api#data-storage#storage
Stars9
Forks2
Last commit1 day ago
json-dotenv
json-dotenvPython

A command-line tool to manipulate and extract environment variables from files using JSON format.

#devops#environment-variables#dotenv
Stars9
Forks3
Last commit3 years ago
swap
swapGo

Instantiate/configure structs recursively, based on build environment. (YAML, TOML, JSON and env).

#yaml#environment#factory
Stars8
Forks3
Last commit1 year ago
json_stream_encoder
json_stream_encoderElixir

A streaming JSON encoder for Elixir that prioritizes constant memory consumption and parallelism over raw speed.

#json-encoder#elixir#data-serialization
Stars8
Forks0
Last commit4 years ago
YAML/JSON ParserTools
YAML/JSON ParserToolsPascal

A pure Object Pascal library for parsing, serializing, and converting between YAML and JSON in Delphi and Lazarus.

#json-serializer#yaml-parser#object-pascal
Stars8
Forks1
Last commit1 year ago
neomongo.nvim
neomongo.nvimLua

A Neovim plugin for managing MongoDB databases directly from the editor with a Telescope-powered dashboard.

#productivity#editor-integration#neovim-plugin
Stars8
Forks1
Last commit8 months ago
crab-config-files-templating
crab-config-files-templatingGo

A CLI tool for dynamic templating of Kubernetes manifests and general configuration files using simple placeholder replacement.

#devops#environment-variables#yaml
Stars8
Forks0
Last commit
Bread Dataset Viewer
Bread Dataset ViewerTypeScript

A VS Code extension for viewing large datasets (JSONL/Parquet/CSV) instantly without crashes, with 16 production LLM tokenizers for accurate token counting.

#pyarrow#parquet#dataset-viewer
Stars7
Forks2
Last commit
jwalk
jwalkErlang

Erlang helper module for working with JSON across multiple representations: eep 18, map, mochijson-style, and proplists.

#proplists#library#mochijson
Stars7
Forks1
Last commit6 years ago
ujrpc
ujrpcPython

A lightweight JSON-RPC 2.0 middleware for MicroPython and CPython using decorators.

#asyncio#micropython#json-rpc
Stars7
Forks0
Last commit1 year ago
tssc.cr
tssc.crCrystal

A Crystal shard for parsing and serializing Time::Span objects to and from human-readable strings.

#parsing#yaml#time-span
Stars7
Forks0
Last commit1 month ago
RMHttp
RMHttpSwift

A lightweight REST library for iOS and watchOS with chainable requests and Codable support.

#ios#codable#rest
Stars7
Forks2
Last commit5 years ago
libpb
libpbD

A D wrapper for PocketBase providing automatic serialization and deserialization of D structs to/from JSON.

#d-language#database-orm#deserialization
Stars6
Forks0
Last commit3 years ago
pcaptoparquet
pcaptoparquetPython

A Python package for converting PCAP network capture files to Parquet, CSV, or JSON formats.

#parquet#network-traffic#pcap
Stars6
Forks1
Last commit8 months ago
hjson-powershell
hjson-powershellPowerShell

A PowerShell module for converting between HJSON and JSON formats.

#hjson#data-serialization#conversion
Stars6
Forks3
Last commit6 years ago
PreviousPage 16 of 17Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
4 years ago
1 month ago
#Serialization103
#Go96
#Golang72
#Yaml72
#Json Parser70
#Rest Api60
#Xml55
#Developer Tools53
#Cli Tool50
#Http Client43
#Cli43
#Json Parsing41