Tags: json*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Cloudflare is now returning RFC 9457-compliant structured Markdown and JSON error payloads to AI agents, replacing verbose HTML error pages with machine-readable instructions. This significantly reduces payload size and token usage – by over 98% in measured tests – which is crucial for cost-effective AI agent operation. The new responses include actionable guidance, allowing agents to understand *why* an error occurred and *how* to proceed, whether that means retrying with backoff, escalating the issue, or stopping altogether.
    This is a network-wide change, automatically available without any site owner configuration.

    - `Accept: text/markdown` returns a yaml header and human readable markdown
    - `Accept: application/json` returns JSON
    - `Accept: application/problem+json` returns JSON with the `application/problem+json` content type.
  2. RFC 9457 defines a standardized format for communicating error details in HTTP API responses, known as "problem details."
    - Supersedes RFC 7807,
    - Core fields include 'type', 'title', 'detail' and 'instance'.
    - Generally paired with 4xx/5xx HTTP status codes.
    - Content types `application/problem+xml`, `application/problem+json`

    Example:
    ```
    {
    "type": "https://example.com/probs/invalid-input",
    "title": "Invalid Input",
    "status": 400,
    "detail": "The provided 'age' value must be a positive integer.",
    "instance": "/users/123",
    "age": -5
    }
    ```
  3. Agoda engineers developed API Agent, a system with zero code and zero deployments that enables a single Model Context Protocol (MCP) server to connect to internal REST or GraphQL APIs. The system is designed to reduce the operational overhead of managing multiple APIs with distinct schemas and authentication methods, allowing teams to query services through AI assistants without building individual MCP servers for each API.
  4. This software uses the Python logger to create a logfile for all messages for all topics to which this MQTT client has subscribed. It logs data as JSON or CSV and can be configured via command-line options.
    2026-01-27 Tags: , , , , , , by klotz
  5. This article argues that MongoDB is often chosen by developers unfamiliar with the capabilities of PostgreSQL, and that PostgreSQL is generally a superior database solution due to its robustness, data integrity features, and performance. It details specific PostgreSQL features that address common MongoDB use cases.
  6. Predictable. Guardrailed. Fast. Let end users generate dashboards, widgets, apps, and data visualizations from prompts — safely constrained to components you define.
  7. MinerU is a tool that converts PDFs into machine-readable formats (e.g., markdown, JSON), allowing for easy extraction into any format.
  8. Turn incoming emails into reliable webhooks in minutes. Replace brittle IMAP scripts and Zapier hacks. Route support tickets, orders, or alerts from any mailbox into clean JSON your services can consume.
    2026-01-01 Tags: , , , , , , by klotz
  9. hl is a fast, Rust-based JSON log viewer designed for efficient processing of structured logs. It offers fast indexing and parsing, enabling quick scanning of large log files.
  10. This documentation describes how to use Apache Xalan XSLT 3.0 implementation's REST API to use Xalan-J's XSLT 3.0 implementation from within software application code. It includes examples using Postman with XSLT stylesheets and XML/JSON documents.

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "json"

About - Propulsed by SemanticScuttle