Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Json Parsing

Json Parsing

124 projects

Showing 36 of 124 projects

forms
formsGo

A lightweight Go library for parsing form data, JSON, and query parameters from HTTP requests.

#go-library#query-parameters#multipart-forms
Stars142
Forks25
Last commit3 years ago
Internet Tools
Internet ToolsPascal

XPath/XQuery 3.1 interpreter for Pascal with HTTP/S, JSON, HTML, and web scraping capabilities.

#library#interpreter#pascal
Stars135
Forks38
Last commit23 days ago
cchooks
cchooksPython

A lightweight Python SDK for building Claude Code hooks with automatic JSON parsing and type-safe context handling.

#ai-coding-assistant#hooks#python-sdk
Stars131
Forks11
Last commit3 months ago
jv
jvGo

A command-line tool for viewing and pretty-printing JSON data.

#developer-tools#terminal-utility#terminal
Stars121
Forks6
Last commit8 years ago
fast.json
fast.jsonD

A D library providing the fastest possible implementations of common routines like JSON parsing, string splitting, and C interop.

#d-language#string-splitting#dlang
Stars111
Forks6
Last commit3 years ago
Jsonifier
JsonifierC++

A few classes for extremely fast json parsing/serializing in modern C++. Possibly the fastest json parser in C++. Possibly the fastest json serializer in C++.

#parsing#simd-instructions#jsonifier
Stars102
Forks9
Last commit22 hours ago
jsonslice
jsonsliceGo

A Go package for executing fast JSONPath queries on raw JSON data without unmarshalling the entire structure.

#library#slice#query-language
Stars92
Forks11
Last commit1 year ago
Bridge
BridgeSwift

A simple, extensible HTTP networking library for iOS with typed JSON responses and custom interceptors.

#ios#interceptors#api-client
Stars89
Forks5
Last commit4 years ago
trycast
trycastPython

A Python library for parsing JSON-like values using TypedDicts and standard type hints at runtime.

#parsing#runtime-typechecking#typeddict
Stars88
Forks6
Last commit7 months ago
go-http-client
go-http-clientGo

An enhanced and lightweight HTTP client package for Go, designed for quick and easy HTTP requests.

#rest-client#http#helper
Stars84
Forks17
Last commit2 years ago
ArchiveTools
ArchiveToolsPython

A Python toolkit for extracting, filtering, and analyzing data from web archives, JSON files, and imageboards.

#command-line-tools#warc-tools#web-archiving
Stars79
Forks15
Last commit4 years ago
strip-json-comments-cli
strip-json-comments-cliJavaScript

A CLI tool that strips comments and trailing commas from JSON files, enabling comment usage in JSON.

#developer-tools#cli-tool#json-processing
Stars78
Forks6
Last commit3 years ago
groovy-common-extensions
groovy-common-extensionsGroovy

A collection of useful Groovy language extensions for common tasks like clamping, sorting, file operations, and data conversions.

#language-extensions#statistics#code-productivity
Stars72
Forks14
Last commit4 years ago
queryst
querystRust

A Rust query string parsing library with support for nested objects and arrays, inspired by hapijs/qs.

#serde#rest-api#microframework
Stars70
Forks14
Last commit3 years ago
MQTTInspector
MQTTInspectorObjective-C

A comprehensive MQTT testing and debugging application for iOS devices (iPhone and iPad).

#ios-app#message-queue#mqtt-client
Stars69
Forks15
Last commit2 years ago
IceNet
IceNetJava

A fast, simple, and easy-to-use Android networking library built on Volley, OkHttp, and Gson.

#volley#okhttp#android
Stars65
Forks13
Last commit11 years ago
purescript-argonaut
purescript-argonautPureScript

A PureScript library bundle for parsing, encoding, decoding, and manipulating JSON data.

#functional-programming#data-serialization#optics
Stars63
Forks20
Last commit4 years ago
json-streamer
json-streamerRuby

A Ruby gem for extracting data from JSON streams based on keys, nesting levels, or custom conditions without implementing low-level callbacks.

#stream-processing#event-driven#json-stream
Stars60
Forks9
Last commit1 year ago
lexicon
lexiconGame Maker Language

A localization system for GameMaker projects that simplifies translation implementation with flexible string replacement and language fallbacks.

#gamemaker#library#api
Stars52
Forks3
Last commit13 days ago
generic
genericGo

A Go library providing flexible generic data types for JSON encoding/decoding and type conversion.

#unmarshaling#generic#flexible-data
Stars49
Forks6
Last commit5 years ago
any_hash.cr
any_hash.crCrystal

A Crystal library for traversing and manipulating nested Hash structures with JSON-friendly types.

#hash#manipulation#yaml
Stars38
Forks1
Last commit1 year ago
ojc
ojcC

A high-performance, streaming JSON parser for C applications requiring maximum speed with large JSON documents.

#c-library#json-elements#fast
Stars38
Forks8
Last commit2 years ago
formjson
formjsonGo

A Go net/http handler that transparently exposes posted JSON data as form values.

#http-handler#net-http#api
Stars38
Forks4
Last commit10 years ago
xj2go
xj2goGo

Convert XML and JSON files into Go struct definitions for type-safe data handling.

#data-serialization#struct-definition#type-safety
Stars36
Forks8
Last commit4 years ago
alexander
alexanderSwift

A simple Swift library for type-safe JSON unpacking with Foundation helpers.

#foundation#ios#type-safety
Stars36
Forks4
Last commit7 years ago
NetworkKit
NetworkKitSwift

A lightweight Swift framework for iOS, macOS, watchOS, and tvOS that simplifies networking and JSON parsing.

#apple-platforms#ios#deserialization
Stars31
Forks5
Last commit8 years ago
Nikka
NikkaSwift

A super simple Swift HTTP networking library with modular extensions for powerful API integration.

#futures#ios#multipart-upload
Stars30
Forks1
Last commit8 years ago
JSON Mapper
JSON MapperSwift

A macOS app that generates Swift Object Mapper classes from JSON data.

#developer-tools#object-mapper#model-mapping
Stars27
Forks3
Last commit9 years ago
twitc
twitcC

A minimal C library for interacting with the Twitter OAuth API.

#c-library#oauth#social-media
Stars24
Forks2
Last commit5 years ago
jwx
jwxAda

A formally verified SPARK library for parsing and validating Base64, JSON, JWK, JWS, and JWT data with guaranteed absence of runtime errors.

#jwt-token#spark#ada
Stars22
Forks1
Last commit5 years ago
gojmapr
gojmaprGo

A Go library for extracting specific properties from complex JSON into Go structs without full struct definitions.

#unmarshaling#go-library#struct-mapping
Stars22
Forks1
Last commit3 years ago
mqtt-prometheus-message-exporter
mqtt-prometheus-message-exporterScala

A service that converts MQTT messages into Prometheus metrics using configurable pattern matching.

#iot-monitoring#hactoberfest#metrics-collection
Stars21
Forks2
Last commit4 years ago
Codable Playground
Codable PlaygroundSwift

A Swift playground demonstrating advanced Codable techniques including manual encoding/decoding, inheritance, and error handling.

#codable#educational#decoding
Stars19
Forks0
Last commit7 years ago
Dmikusa's Playgrounds
Dmikusa's PlaygroundsSwift

A collection of Swift playgrounds demonstrating language basics, JSON parsing, HTTP networking, and file I/O.

#educational#file-io#macadmins
Stars16
Forks3
Last commit11 years ago
Hendrix-HTTP
Hendrix-HTTPActionScript

A lightweight HTTP library for ActionScript 3 and Adobe AIR, inspired by Square's OkHttp builder patterns.

#actionscript-3#flash#network-library
Stars12
Forks2
Last commit10 years 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
PreviousPage 3 of 4Next

Related Tags

#Json41#Ios29#Swift28#Macos19#Http Client19#Go16#Golang13#Serialization12#Mobile Development12#Networking12#Go Library10#Rest Api10
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