Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Json

Json

145 projects

Showing 36 of 145 projects

cfn-python-lint
cfn-python-lintPython

A linter that validates AWS CloudFormation templates against AWS resource schemas and best practices.

#aws-cloudformation#devops#cfn-lint
Stars2.6k
Forks630
Last commit2 days ago
Sync
SyncSwift

A sync layer for SwiftData apps that handles JSON-to-model mapping, deterministic diffing, and reactive local reads.

#mobile-database#coredata#reactive-programming
Stars2.5k
Forks262
Last commit1 month ago
circe
circeScala

A JSON library for Scala and Scala.js with a focus on functional programming and type safety.

#parsing#functional-programming#akka
Stars2.5k
Forks545
Last commit4 days ago
sq
sqGo

A command-line tool that provides jq-style access to structured data sources like SQL databases, CSV, and Excel files.

#data-inspection#data-wrangling#data-export
Stars2.5k
Forks39
Last commit2 days ago
fastjson
fastjsonGo

A high-performance JSON parser and validator for Go that requires no custom structs, code generation, or reflection.

#fast#json-rpc#high-performance
Stars2.4k
Forks153
Last commit2 months ago
Serializer
SerializerPHP

A PHP library for serializing and deserializing data of any complexity, supporting JSON and XML formats.

#api#doctrine-orm#configuration
Stars2.3k
Forks589
Last commit24 days ago
UnQLite
UnQLiteC

An embedded, serverless, transactional NoSQL database engine with key/value and JSON document store capabilities.

#c-library#database#storage
Stars2.3k
Forks178
Last commit8 days ago
jQueryGantt
jQueryGanttJavaScript

A jQuery-based Gantt chart editor with JSON import/export, task dependencies, resource assignments, and full undo/redo support.

#jquery#critical-path#web-based
Stars2.3k
Forks941
Last commit3 years ago
gojsonq
gojsonqGo

A Go package providing an ODM-like API to query and aggregate JSON, YAML, XML, and CSV data.

#yaml#json-query#golang-json-query
Stars2.2k
Forks142
Last commit3 years ago
Jwt.Net
Jwt.NetC#

A comprehensive JWT (JSON Web Token) implementation for .NET with support for encoding, decoding, and ASP.NET Core integration.

#nuget#authentication#jwt
Stars2.2k
Forks467
Last commit1 year ago
trdsql
trdsqlGo

A CLI tool that executes SQL queries on CSV, LTSV, JSON, YAML, and TBLN files, with output to various formats.

#yaml#cli-tool#database-agnostic
Stars2.2k
Forks78
Last commit8 days ago
WebApiClient
WebApiClientC#

A high-performance REST API client library for .NET with interface-based declaration, AOT support, and advanced features.

#httpclient#oauth2#client
Stars2.1k
Forks449
Last commit15 days ago
Protostuff
ProtostuffJava

A Java serialization library with built-in support for forward-backward compatibility and validation.

#data-storage#graph#validation
Stars2.1k
Forks307
Last commit1 year ago
cleanenv
cleanenvGo

A minimalistic Go library for reading configuration from environment variables and files with struct tags.

#hacktoberfest#environment-variables#yaml
Stars2.1k
Forks129
Last commit7 months ago
tesla
teslaElixir

A flexible HTTP client library for Elixir with a composable middleware stack and support for multiple adapters.

#elixir#adapter#http
Stars2.1k
Forks363
Last commit2 days ago
sqlite-utils
sqlite-utilsPython

A Python CLI utility and library for manipulating SQLite databases, including importing JSON/CSV and running in-memory queries.

#click#sqlite-database#datasette-tool
Stars2.0k
Forks134
Last commit3 months ago
poison
poisonElixir

A high-performance, standards-compliant JSON library for Elixir, built for speed and correctness.

#encoder#elixir#data-serialization
Stars2.0k
Forks213
Last commit1 year ago
render
renderGo

A Go package for easily rendering JSON, XML, binary data, text, and HTML template responses in web applications.

#jsonp#content-negotiation#html-templates
Stars2.0k
Forks148
Last commit1 year ago
jsonlint
jsonlintJavaScript

A JSON parser, validator, and formatter with a CLI and module interface.

#developer-tools#json-validator#cli-tool
Stars2.0k
Forks414
Last commit3 years ago
go-codec
go-codecGo

A high-performance, feature-rich idiomatic Go library for encoding and decoding msgpack, cbor, json, binc, and simple formats.

#msgpack#high-performance#cbor
Stars1.9k
Forks307
Last commit5 months ago
inja
injaC++

A header-only template engine for modern C++ with a Jinja2-like syntax, using nlohmann/json for data.

#jinja2#template#html-templating
Stars1.9k
Forks246
Last commit1 month ago
SwiftHTTP
SwiftHTTPSwift

A thin Swift wrapper around NSURLSession that simplifies HTTP requests with convenient APIs.

#ios#authentication#urlsession
Stars1.9k
Forks308
Last commit5 years ago
JSON-Splora
JSON-SploraJavaScript

A desktop GUI application for editing, visualizing, and manipulating JSON data using jq or JavaScript filters.

#developer-tools#desktop-app#json5
Stars1.9k
Forks59
Last commit9 years ago
reflect-cpp
reflect-cppC++

A C++20 library for fast serialization, deserialization, and validation using reflection, supporting JSON, Avro, CSV, Parquet, and more.

#validation#c++20#data-formats
Stars1.8k
Forks175
Last commit5 days ago
JMSSerializerBundle
JMSSerializerBundlePHP

A Symfony bundle that integrates the JMS Serializer library for handling complex data serialization to/from XML, JSON, and YAML.

#object-mapping#yaml#api-development
Stars1.8k
Forks309
Last commit29 days ago
dyff
dyffGo

A diff tool for YAML and JSON files that shows only the changed parts with compact, clear output.

#devops#yaml#bosh
Stars1.8k
Forks93
Last commit4 days ago
sling
slingGo

A Go HTTP client library for creating and sending API requests with struct-based encoding and request composition.

#net-http#rest-api#struct-encoding
Stars1.7k
Forks123
Last commit1 month ago
JSEND
JSEND

A simple specification for formatting JSON responses in web APIs to ensure consistent application-level communication.

#web-services#rest-api#api-specification
Stars1.7k
Forks136
Last commit4 years ago
jason
jasonElixir

A blazing fast JSON parser and generator implemented in pure Elixir.

#elixir#json-generator#ecto-integration
Stars1.7k
Forks176
Last commit1 month ago
jql
jqlRust

A fast, lightweight JSON Query Language CLI tool built with Rust for querying and transforming JSON data.

#json-query#shell-integration#tool
Stars1.7k
Forks32
Last commit1 month ago
requests
requestsGo

A Go library providing a fluent API to simplify HTTP client requests, reducing boilerplate compared to net/http.

#net-http#convenience#http
Stars1.7k
Forks61
Last commit5 months ago
Standard Webhooks (.6k)
Standard Webhooks (.6k)Java

An open-source specification and tools for sending webhooks easily, securely, and reliably across the industry.

#event-driven#asynapi#signature-verification
Stars1.6k
Forks57
Last commit1 month ago
go_serialization_benchmarks
go_serialization_benchmarksGo

A comprehensive benchmark suite comparing performance and correctness of Go serialization libraries.

#data-serialization#performance-testing#binary-encoding
Stars1.6k
Forks161
Last commit
Gloss
GlossSwift

A deprecated Swift library for JSON parsing, now superseded by Swift's Codable framework.

#codable-migration#ios#deprecated
Stars1.6k
Forks136
Last commit5 years ago
FST
FSTJava

A high-performance, JDK-compatible Java serialization library offering significant speed improvements and additional features like JSON serialization and off-heap maps.

#high-performance#offheap#android
Stars1.6k
Forks237
Last commit2 years ago
JSON
JSON

A curated list of awesome JSON libraries, tools, and resources across all programming languages.

#developer-tools#data-serialization#json-libraries
Stars1.5k
Forks203
Last commit1 year ago
PreviousPage 4 of 5Next

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
9 months ago
#Serialization28
#Go26
#Json Parser21
#Xml20
#Golang19
#Python18
#Cli18
#Http Client17
#High Performance17
#Developer Tools17
#Rest Api17
#Yaml16