963 skills found · Page 1 of 33
automerge / Automerge ClassicA JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
automerge / AutomergeA JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
1rgs / JsonformerA Bulletproof Way to Generate Structured JSON from Language Models
CatchTheTornado / Text Extract ApiDocument (PDF, Word, PPTX ...) extraction and parse API using state of the art modern OCRs + Ollama supported models. Anonymize documents. Remove PII. Convert any document or picture to structured JSON or Markdown
symfony / SerializerHandles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
Doriandarko / Deepseek EngineerA powerful coding assistant application that integrates with the DeepSeek API to process user conversations and generate structured JSON responses. Through an intuitive command-line interface, it can read local file contents, create new files, and apply diff edits to existing files in real time.
cweiske / JsonmapperMap nested JSON structures onto PHP classes
NanoNets / DocstrangeExtract and convert data from any document, images, pdfs, word doc, ppt or URL into multiple formats (Markdown, JSON, CSV, HTML) with intelligent structured data extraction and advanced OCR.
KnugiHK / WhatsApp Chat ExporterA customizable, cross-platform tool for parsing WhatsApp chat databases from Android and iOS/iPadOS backups. Supports Android .crypt12, .crypt14, .crypt15, and the latest database formats. Outputs chat history in readable HTML or structured JSON.
ocrbase-hq / Ocrbase📄 PDF ->.MD/.JSON API & SDK for PaddleOCR-VL with structured data extraction. Self-hostable.
fizx / ParsleyParsley is a simple language for extracting structured data from web pages. Parsley consists of an powerful selector language wrapped with a JSON structure that can represent page-wide formatting.
The-01-Company / Jsontr.eeEffortlessly visualize JSON structures as dynamic tree diagrams
coduo / Php MatcherThe easiest way to match data structures like JSON/PlainText/XML against readable patterns. Sandbox:
iAmMccc / SmartCodableSmartCodable is a data parsing library built on Swift’s Codable, designed for simple usage and strong real-world compatibility. It gracefully handles missing fields, default values, and evolving JSON structures. SmartCodable 是基于 Swift Codable 的数据解析库,主打简单易用与真实业务场景下的强兼容性,能够优雅应对不断变化的 JSON 数据。
josephlimtech / Linkedin Profile Scraper Api🕵️♂️ LinkedIn profile scraper returning structured profile data in JSON.
xlwings / JsondiffDiff JSON and JSON-like structures in Python
armink / Struct2jsonA fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快速实现 C 结构体的序列化及反序列化
RehanSaeed / Schema.NETSchema.org objects turned into strongly typed C# POCO classes for use in .NET. All classes can be serialized into JSON/JSON-LD and XML, typically used to represent structured data in the head section of html page.
kgiszczak / ShaleShale is a Ruby object mapper and serializer for JSON, YAML, TOML, CSV and XML. It allows you to parse JSON, YAML, TOML, CSV and XML data and convert it into Ruby data structures, as well as serialize data structures into JSON, YAML, TOML, CSV or XML.
dzhng / Zod GptGet structured, fully typed, and validated JSON outputs from OpenAI and Anthropic models.