Transform any JSON/YAML/TOML into human-readable prose — powered by Claude AI, OpenAI, Ollama, or built-in rule-based engine
Prepend `https://` to humanized URLs like sindresorhus.com and localhost
stackless unless otherwise requested error
Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Parse JSON with more helpful errors
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
a pretifier for pino logger json-output based on pino-pretty.
Another JSON Schema Validator
Strip comments from JSON. Lets you use comments in your JSON files!
Traverse JSON Schema passing each schema object to callback
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Read and parse a JSON file
return the github url from a package.json file
TypeScript definitions for json-schema
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
JSON Schema validation and specifications
JSON Schema TypeScript definitions with complete inline documentation.
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Stringify your JSON at max speed
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
JSON parse & stringify that supports binary via bops & base64
High-performance JSON serialization library
JSON humanizer.
Human JSON (Hjson) implementation for Ruby
Structured event logging interface
Transforms JSON into the custom, human-readable Toon Format. Features deep nesting support and optimized tabular array display.
A structured logging system is capable of handling a message, custom data or an exception easily. It has JSON formatters compatible with Bunyan or pino for Node.js and human readable formatter with Amazing Print for console.
A basic, human readable (CSV, JSON) sitemap generator.
Detect and convert short strings into integers, floats, dates, times, booleans, arrays, and hashes - "like a human would". Based on YAML and JSON.
Canon provides canonicalization and pretty-printing for various serialization formats (XML, HTML, JSON, YAML), producing standardized forms suitable for comparison, testing, digital signatures, and human-readable output.
Toonify converts JSON data into a custom human-readable text format called TOON.
Kiev is a logging tool aimed at distributed environments. It logs to JSON, while providing human-readable output in development mode. It integrates nicely with Rails, Sinatra and other Rack-based frameworks, Sidekiq, Que, HTTParty, Her and other Faraday-based HTTP clients.
`frebby` is a very, very simple Ruby script that generates JSON out of a Ruby based configuration language. It is intended as an alternative to the numerous attempts to write a more human-readable language for tool configuration (YAML, TOML, HCL, to name a few).
AutoStacker24 is a small ruby gem for managing AWS CloudFormation stacks. It is a thin wrapper around the AWS Ruby SDK. It lets you write simple and convenient automation scripts, especially if you have lots of parameters or dependencies between stacks. You can use it directly from Ruby code or from the command line. It enhances CloudFormation templates by parameter expansion in strings and it is even possible to write templates in YAML which is much friendlier to humans than JSON. You can use autostacker24 cli to convert existing templates to YAML.