read write to json object fast using a flat structure read write update.
Serialize JavaScript Map, Date, Set, BigInt, and custom classes with JSON. Faster SuperJSON alternative with declarative TypeScript decorators. Handles circular references, typed arrays, and preserves all types.
JOYFUL JSON | A smarter approach to serialize more than JSON, faster than ever!
Ultra-fast MessagePack implementation with extensions for records and structured cloning
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.
a low-level, lightweight protocol buffers implementation in JavaScript
No description provided.
Typesafe JSON (Schema) validator with magic powers 🧙♂️
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
JSON parser and stringifier for custom numbers (e.g. BigInt)
Stringify your JSON at max speed
Ultra-fast and conformant CBOR (RFC 8949) implementation with support for numerous tag extensions including records and structured cloning
Build and manage the fast-json-stringify instances for the fastify framework
No-dependencies, low-level, high-performance JIT code generation package for JavaScript
Cross Platform Smart Fetch Ponyfill
Fastest Levenshtein distance implementation in JS.
Like read-package-json, but faster
Better TOML parsing and stringifying all in that familiar JSON interface.
Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.
validates json faster then you can say blueberry pie
Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish
High performance (de)compression in an 8kB package
High-performance Base64 encoder and decoder
Deterministic codebase intelligence for TypeScript and JavaScript. Quality, risk, architecture, dependencies, duplication, and safe cleanup evidence for humans, CI, and agents. Optional runtime intelligence layer (Fallow Runtime) adds production execution
~2x faster JSON encoder for Rails
Handles Dynarex documents (in JSON format) faster and with less overheads.
Faster and simpler JSON renderer for Rails
Faster and simpler JSON renderer for Rails
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster."
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster."This is a fork of the original capn_proto gem by OneSignal
Generates OpenAPI specs automatically from ActiveRecord models, ActiveModel validations and Rails routes. Includes a built-in serializer ~3.6x faster than as_json, Scalar and Swagger UI out of the box, and optional auto-serialization via render json:. Inspired by ActiveModel::Serializer.
Create APIs in a fast and dynamic way, without the need to develop everything from scratch. You just need to create your models and let APIcasso do the rest for you. It is the perfect candidate to make your project development go faster or for legacy Rails projects that do not have an API. If you think it through, JSON API development can get boring and time consuming. Every time you use almost the same route structure, pointing to the same controller actions, with the same ordering, filtering and pagination features. APIcasso is intended to be used to speed-up development, acting as a full-fledged CRUD JSON API into all your models. It is a route-based abstraction that lets you create, read, list, update or delete any ActiveRecord object in your application. This makes it possible to make CRUD-only applications just by creating functional Rails' models. Access to your application's resources is managed by a .scope JSON object per API key. It uses that permission scope to restrict and extend access.
MessagePack Ruby is a pure Ruby implementation of the MessagePack binary serialization format. MessagePack is an efficient binary serialization format that enables exchange of data among multiple languages like JSON, but is faster and smaller.
This gem wraps the official C++ implementation of Cap'n Proto (libcapnp). From the Cap'n Proto documentation: "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster." This is a extended version of the original gem Capnproto which adds RPC support visit the homepage to view usage
Lazy As Json A simple and concise way to use as_json with “only”, “except” and other options without using them literally. Instead of using this - `User.as_json(only: [:id, :first_name, profiles: [:company, :location]])` You can perhaps use this - `User.as_json(only_keys: ‘_,first_name,profiles(p),p.company,p.location’)` As simple as this. You can control what your API response should include through a flexible parameter string. i.e. - “/api/v1/users/me?_keys=_,last_name,profiles(p),p.company,p.location” This parameter string could dig through the nested objects and their nesting too. Just to reduce the API response size significantly, you can use this parameter control over wherever it is used. However it might seems quite trivial but frankly speaking it saves lot in response data hence faster loading time at client side. Moreover as it uses Hash.new and constructs attribute on runtime, you can throttle calling from the expensive method by using this parameter string.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.