ArelTS is a TypeScript library for building SQL queries in a programmatic way. Heavily based on Rails's Arel library.
Hash map of country ISO-3 codes to regular expression identifiers
Strip comments from JSON. Lets you use comments in your JSON files!
Traverse JSON Schema passing each schema object to callback
Parse JSON with more helpful errors
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
Another JSON Schema Validator
JSON Schema validation and specifications
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
JSON parse & stringify that supports binary via bops & base64
JSON for Humans
arel
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Converts Zod schemas to Json Schemas
return the github url from a package.json file
TypeScript definitions for json-schema
Read and parse a JSON file
Parse, Resolve, and Dereference JSON Schema $ref pointers
A super light and fast circular JSON parser.
Parse and stringify JSON with comments. It will retain comments even after saved!
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
JSON Schema TypeScript definitions with complete inline documentation.
High-performance JSON serialization library
Convert JSON into SQL queries using arel.
Arel nodes and vistor methods for Postgres Json datatype
Convert MongoDB query to Arel for PostgreSQL + JSON
pg_jbuilder is a tool to dump database queries directly to a JSON object or array. It uses PostgreSQL's JSON functions ([array_to_json and row_to_json](http://www.postgresql.org/docs/9.3/static/functions-json.html)) to serialize the JSON completely bypassing ActiveRecord/Arel. This gives a large speed boost compared to serializing the JSON inside of Ruby/Rails. It is perfect for creating JSON APIs with very low response times.