json▌
14 indexed skills · max 10 per page
flutter-http-and-json
flutter/skills · Productivity
Secure HTTP networking and JSON handling for Flutter apps with background parsing support. \n \n Implements CRUD operations (GET, POST, PUT, DELETE) using the http package with safe URL construction via Uri.https() and strict status code validation \n Provides strongly typed JSON serialization and deserialization using Dart 3 pattern matching with factory constructors and toJson() methods \n Offloads large JSON parsing to background isolates via compute() to prevent UI jank on payloads exceeding
json-canvas
kepano/obsidian-skills · Productivity
Create and edit JSON Canvas files with nodes, edges, groups, and visual connections. \n \n Supports four node types: text (with Markdown), file references, external links, and visual groups for organizing layouts \n Edges connect nodes with optional labels, directional arrows, anchor points (top/right/bottom/left), and color coding \n Includes comprehensive validation workflows: ID uniqueness checks, edge reference integrity, and JSON parsing to prevent broken canvases \n Provides layout guideli
shuffle-json-data
github/awesome-copilot · Productivity
Randomize JSON object arrays while validating schema consistency and preventing data corruption. \n \n Validates that all objects share identical property names and structure before shuffling, rejecting files with inconsistencies or nested objects in default mode \n Requires a JSON file as input; pauses and requests data if none is provided \n Supports variable overrides to customize which properties are ignored, which are required, or whether nesting is allowed \n Returns shuffled data with ori
json-render-shadcn
vercel-labs/json-render · Productivity
Pre-built shadcn/ui component definitions and implementations for json-render. Provides 36 components built on Radix UI + Tailwind CSS.