'CoffeeConf' is a modern configuration system written in CoffeeScript that also supports JS. Only compatible with Node.js, uses ES6 syntax.
Inspect Gleam source files: list top-level declarations with line ranges, types, and signatures.
Utility to convert insomnia documents to OpenAPI 3.0 specification.
Unified TUI search over local coding agent histories
CKB RPC server
A customizable PDF generation library from Markdown or structured JSON input
Local AWS - a lightweight AWS service emulator
Rust API bindings - spostman_api
MoosicBox clippier package
HEDL to/from JSON conversion
Shrimpl programming language and LSP
Safe Rust bindings for the cJSON library - a lightweight JSON parser in C with support for JSON Pointer (RFC6901), JSON Patch (RFC6902), and JSON Merge Patch (RFC7386)
A Rust library for processing and managing dataset-related files, with a focus on machine learning datasets, captions, and safetensors files
A minimal json crate.
A minimal json crate.
as_json on steroids.
Creates representations of your model data in a simple and clean way
Drop in replacement for the Object#as_json implementation in ActiveSupport, but with logic to handle circular references between objects to avoid infinite recursion.
This is a simple implementation of the presenter pattern for JSON presentation.
A JSON encoder that is tailored to the needs of Rails.
Treat your active_record includes as as_json include
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.
as_jsonable provides a tiny DSL to override as_json.
直接通过配置属性来生成as_json。
Enforces presenter pattern for Rails projects
Presenter pattern for Rails models
Add Rack::MockResponse#as_json to facilite testing.
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.