<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>JSON Server’s Blog</title><description>🚀 Stay in the loop with the latest trends and innovations in the world of REST APIs and JSON data.  From REST API basics to advanced techniques, step-by-step guidance, code examples, etc.</description><link>https://json-server.dev/</link><item><title>The Fall of Postman as a Favorite API Tool</title><link>https://json-server.dev/postman-decline/</link><guid isPermaLink="true">https://json-server.dev/postman-decline/</guid><description>Explore why developers are moving away from Postman. Covers pricing changes, security concerns, Git workflow issues, performance, cloud sync, AI features, and alternatives like Bruno and Hoppscotch.</description><pubDate>Mon, 09 Feb 2026 20:30:00 GMT</pubDate></item><item><title>JSON Schema - The Common Language Across OpenAPI, AsyncAPI</title><link>https://json-server.dev/json-schema-in-api-specs/</link><guid isPermaLink="true">https://json-server.dev/json-schema-in-api-specs/</guid><description>JSON Schema underpins OpenAPI 3.1, AsyncAPI, Arazzo, Spectral, APIs.json, MCP, and A2A. This post explains how each spec uses JSON Schema for structure, validation, and tooling.</description><pubDate>Thu, 29 Jan 2026 20:30:00 GMT</pubDate></item><item><title>Small Language Models (SLMs): An Overview</title><link>https://json-server.dev/small-language-models/</link><guid isPermaLink="true">https://json-server.dev/small-language-models/</guid><description>Small Language Models (SLMs) deliver high-performance AI through a means of intelligence density. Explore how these efficient, low-cost models are revolutionizing edge deployment, privacy, and specialized enterprise workflows.</description><pubDate>Wed, 28 Jan 2026 00:00:00 GMT</pubDate></item><item><title>Fintech API Virtualization - Testing Without the Bill</title><link>https://json-server.dev/fintech-api-virtualization/</link><guid isPermaLink="true">https://json-server.dev/fintech-api-virtualization/</guid><description>Learn how to use API virtualization to simulate complex fintech lifecycles from asynchronous webhooks and stateful transactions to chaos engineering; ensuring your software is resilient.</description><pubDate>Wed, 21 Jan 2026 18:05:00 GMT</pubDate></item><item><title>Cursor Is Building the Workflow</title><link>https://json-server.dev/2026-dev-tools-year/</link><guid isPermaLink="true">https://json-server.dev/2026-dev-tools-year/</guid><description>Cursor’s acquisition of Graphite marks a pivotal shift from code-centric to workflow-centric development. Learn why AI agents, stacked diffs, and the limitations of Git are driving a new era of dev tools in 2026.</description><pubDate>Thu, 01 Jan 2026 20:30:00 GMT</pubDate></item><item><title>Agentic Automation With Playwright MCP</title><link>https://json-server.dev/playwright-mcp-agents/</link><guid isPermaLink="true">https://json-server.dev/playwright-mcp-agents/</guid><description>Writing and refactoring tests manually is a significant bottleneck in QA workflows. Let&apos;s combine Playwright MCP with agentic code editors like AntiGravity or Copilot with a persistent AGENTS.md context file.</description><pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate></item><item><title>RESTful API Design - Pitfalls to Avoid in 2026</title><link>https://json-server.dev/restful-api-design/</link><guid isPermaLink="true">https://json-server.dev/restful-api-design/</guid><description>Practical REST API design advice for 2026. Learn common mistakes, design trade-offs, and clear guidelines to build APIs that scale and stay pleasant to use.</description><pubDate>Mon, 29 Dec 2025 00:00:00 GMT</pubDate></item><item><title>TOON: The New Darling of LLM Data or Just Another &apos;YADF&apos;?</title><link>https://json-server.dev/toon-data-format/</link><guid isPermaLink="true">https://json-server.dev/toon-data-format/</guid><description>TOON (Token-Oriented Object Notation) is a new data serialization format designed to be LLM-native. Users have reported a 20-40% reduction in token usage for AI applications. Is it the future or just another &apos;Yet Another Data Format&apos; (YADF)?</description><pubDate>Mon, 22 Dec 2025 01:13:00 GMT</pubDate></item><item><title>Software Costs Are Collapsing. No, You’re Not Fired.</title><link>https://json-server.dev/software-costs/</link><guid isPermaLink="true">https://json-server.dev/software-costs/</guid><description>The cost of turning an idea into an app is plummeting. As AI agents handle the heavy lifting, the value of human judgment and architectural oversight has never been higher.</description><pubDate>Sat, 20 Dec 2025 00:00:00 GMT</pubDate></item><item><title>The &apos;ABCD&apos; of API Virtualization</title><link>https://json-server.dev/abcd-api-virtualization/</link><guid isPermaLink="true">https://json-server.dev/abcd-api-virtualization/</guid><description>Software project delays often trigger because of external dependencies. Things you can&apos;t control. Learn how the ABCD framework helps resolves these bottlenecks through service mocking and virtualization.</description><pubDate>Fri, 19 Dec 2025 20:30:00 GMT</pubDate></item><item><title>API Virtualization - Why is it winning?</title><link>https://json-server.dev/api-virtualization-in-ai-reality/</link><guid isPermaLink="true">https://json-server.dev/api-virtualization-in-ai-reality/</guid><description>API virtualization has replaced legacy service virtualization by focusing on contracts, not internals. This post talks how and why modern software development team virtualize APIs to beat dependency hell, SaaS limits, and costly sandboxes.</description><pubDate>Sun, 14 Dec 2025 12:00:00 GMT</pubDate></item><item><title>Secure JSON-Server Setup on HTTPS</title><link>https://json-server.dev/json-server-https/</link><guid isPermaLink="true">https://json-server.dev/json-server-https/</guid><description>Seeing browser warnings for insecure requests when seting up JSON-server? Want to run json-server on HTTPS locally? This guide walks you through a clean setup that works well for modern frontend and API testing.</description><pubDate>Fri, 28 Nov 2025 03:00:00 GMT</pubDate></item><item><title>Webhook Integration Testing: From Payload to Proxy</title><link>https://json-server.dev/webhook-api-testing/</link><guid isPermaLink="true">https://json-server.dev/webhook-api-testing/</guid><description>Learn how to use Beeceptor and the Artillery load testing tool to simulate, test, and debug complex webhook scenarios, including response manipulation, stateful storage, and payload forwarding.</description><pubDate>Sat, 18 Oct 2025 10:10:00 GMT</pubDate></item><item><title>How to Install JSON-Server</title><link>https://json-server.dev/json-server-installation/</link><guid isPermaLink="true">https://json-server.dev/json-server-installation/</guid><description>JSON-Server lets you spin up a fake REST API in minutes. You avoid backend wait time, keep frontend work moving, and test real API flows without setup overhead.</description><pubDate>Thu, 25 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Secure distribution of NodeJS applications (code protection)</title><link>https://json-server.dev/packaging-nodejs-app-secure-code/</link><guid isPermaLink="true">https://json-server.dev/packaging-nodejs-app-secure-code/</guid><description>Secure your Node.js app by compiling JavaScript to V8 bytecode using Bytenode. This guide covers bundling, PM2 setup, Docker build, and protecting source code for on-premise deployments.</description><pubDate>Thu, 26 Jun 2025 10:10:00 GMT</pubDate></item><item><title>What is ULID?</title><link>https://json-server.dev/ulid/</link><guid isPermaLink="true">https://json-server.dev/ulid/</guid><description>ULID is a lesser-known but highly practical identifier format for distributed systems. This article breaks down its internal structure, ordering guarantees, and trade-offs compared to UUID, with a system-design lens for architects.</description><pubDate>Sun, 18 May 2025 02:00:00 GMT</pubDate></item><item><title>WireMock Alternatives</title><link>https://json-server.dev/wiremock-alternatives/</link><guid isPermaLink="true">https://json-server.dev/wiremock-alternatives/</guid><description>When it comes to inspecting HTTP requests, having a reliable tool is essential. RequestBin has been a popular choice, but there are several alternatives available in 2024 that offer unique features and capabilities.</description><pubDate>Fri, 28 Feb 2025 20:00:00 GMT</pubDate></item><item><title>Squash Vs Merge Compared - Git</title><link>https://json-server.dev/git-squash-vs-merge/</link><guid isPermaLink="true">https://json-server.dev/git-squash-vs-merge/</guid><description>Git Squash vs Merge explained! 🚀 Clean history or detailed commits? Learn the pros, cons, and best practices for history, debugging, collaboration, CI/CD, and more. Find the right fit for your team!</description><pubDate>Wed, 26 Feb 2025 12:00:00 GMT</pubDate></item><item><title>Dynamic Data Modeling in Mock APIs: Crafting Realistic Responses</title><link>https://json-server.dev/dynamic-data-modeling-mock-apis/</link><guid isPermaLink="true">https://json-server.dev/dynamic-data-modeling-mock-apis/</guid><description>Craft realistic mock API responses with dynamic data modeling! Learn how to use Beeceptor for dynamic paths, random data, and conditional logic to supercharge your testing.</description><pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Package Deprecation Policy: Best Practices and Graceful Transitions</title><link>https://json-server.dev/deprecation-package-policy/</link><guid isPermaLink="true">https://json-server.dev/deprecation-package-policy/</guid><description>Learn how to deprecate software packages or APIs gracefully. Avoid user disruption, ensure smooth migrations, and maintain trust in your ecosystem with proven, developer-friendly best practices.</description><pubDate>Tue, 21 Jan 2025 12:00:00 GMT</pubDate></item><item><title>REST API Versioning: A Comprehensive Guide for Developers</title><link>https://json-server.dev/rest-api-versioning/</link><guid isPermaLink="true">https://json-server.dev/rest-api-versioning/</guid><description>Explore REST API versioning—why it&apos;s essential for managing breaking changes, ensuring backward compatibility, and evolving APIs smoothly. Learn strategies, best practices, and techniques like URI paths, headers, and semantic versioning.</description><pubDate>Wed, 15 Jan 2025 12:00:00 GMT</pubDate></item><item><title>Server Side Caching Best Practices</title><link>https://json-server.dev/caching-techniques/</link><guid isPermaLink="true">https://json-server.dev/caching-techniques/</guid><pubDate>Fri, 10 Jan 2025 12:00:00 GMT</pubDate></item><item><title>Secure Your RESTful API: A Practical Guide</title><link>https://json-server.dev/securing-rest-apis/</link><guid isPermaLink="true">https://json-server.dev/securing-rest-apis/</guid><description>Discover effective techniques and real-world examples for securing REST APIs. Learn how to protect your REST APIs from vulnerabilities and ensure robust API security with practical insights and best practices.</description><pubDate>Thu, 02 Jan 2025 00:00:00 GMT</pubDate></item><item><title>Waiting for APIs? Use JSON-Server</title><link>https://json-server.dev/json-server-top-usecases/</link><guid isPermaLink="true">https://json-server.dev/json-server-top-usecases/</guid><description>JSON-Server speeds up prototyping. Here are the top 5 use-cases you should use JSON-Server in 2025</description><pubDate>Fri, 20 Dec 2024 00:00:00 GMT</pubDate></item><item><title>Software Testing Tools For 2025</title><link>https://json-server.dev/testing-tools/</link><guid isPermaLink="true">https://json-server.dev/testing-tools/</guid><description>Explore essential software testing categories like functional, performance, security, API, and unit testing. Discover popular tools like Selenium and JMeter in our comprehensive guide.</description><pubDate>Tue, 12 Nov 2024 12:00:00 GMT</pubDate></item><item><title>Guide to Effective Software Engineering Management</title><link>https://json-server.dev/engineering-manager/</link><guid isPermaLink="true">https://json-server.dev/engineering-manager/</guid><description>Moving from an individual contributor to an engineering leader role? Here are some tips and guidance.</description><pubDate>Mon, 28 Oct 2024 14:40:00 GMT</pubDate></item><item><title>How to Fix 500 Error in JSON Server DELETE Requests</title><link>https://json-server.dev/json-server-delete-500-errors/</link><guid isPermaLink="true">https://json-server.dev/json-server-delete-500-errors/</guid><description>Are you getting 500 errors when using JSON-Server&apos;s DELETE call? Here is the root cause and the solution.</description><pubDate>Tue, 22 Oct 2024 00:00:00 GMT</pubDate></item><item><title>What Happened to the `--delay` option in JSON-Server?</title><link>https://json-server.dev/json-server-delay-option-on-cli/</link><guid isPermaLink="true">https://json-server.dev/json-server-delay-option-on-cli/</guid><description>Why JSON Server’s `--delay` option was removed, its impact, and alternative ways to simulate response delays, like using older versions, browser throttling, or custom middleware solutions.</description><pubDate>Mon, 21 Oct 2024 00:00:00 GMT</pubDate></item><item><title>Caddy vs Nginx vs Apache (2024)</title><link>https://json-server.dev/web-servers-compared-caddy-nginx/</link><guid isPermaLink="true">https://json-server.dev/web-servers-compared-caddy-nginx/</guid><description>Comprehensive comparison report for the web servers. The popular choices are Caddy, Nginx, and Apache. Deep dive into hundreds of parameters.</description><pubDate>Tue, 13 Aug 2024 02:00:00 GMT</pubDate></item><item><title>When Should ULID Not Be Used?</title><link>https://json-server.dev/ulid-not-to-be-used-scenarios/</link><guid isPermaLink="true">https://json-server.dev/ulid-not-to-be-used-scenarios/</guid><description>There are specific scenarios where using ULIDs might not be the best choice. These are high volume write systems or cryptographic requirements. Let&apos;s explore these situations in detail.</description><pubDate>Mon, 15 Jul 2024 01:00:00 GMT</pubDate></item><item><title>Best Alternatives to RequestBin</title><link>https://json-server.dev/requestbin-alternatives/</link><guid isPermaLink="true">https://json-server.dev/requestbin-alternatives/</guid><description>When it comes to inspecting HTTP requests, having a reliable tool is essential. RequestBin has been a popular choice, but there are several alternatives available in 2024 that offer unique features and capabilities.</description><pubDate>Sat, 13 Jul 2024 10:00:00 GMT</pubDate></item><item><title>ULID vs UUID v7</title><link>https://json-server.dev/ulid-vs-uuid/</link><guid isPermaLink="true">https://json-server.dev/ulid-vs-uuid/</guid><description>A deep technical comparison of UUID and ULID from a system design perspective. Covers structure, entropy, ordering guarantees, database behavior, indexing impact, distributed generation, and cryptographic considerations.</description><pubDate>Sun, 19 May 2024 02:00:00 GMT</pubDate></item><item><title>Read last git commit in nodejs</title><link>https://json-server.dev/nodejs-read-last-git-commit-id/</link><guid isPermaLink="true">https://json-server.dev/nodejs-read-last-git-commit-id/</guid><description>Discover efficient methods for retrieving the Git commit ID in Node.js. Compare traditional `child_process` execution against direct file reading from the `.git` directory.</description><pubDate>Thu, 16 May 2024 03:00:00 GMT</pubDate></item><item><title>HTTP Echo Servers - Comparison</title><link>https://json-server.dev/http-echo-servers-comparision/</link><guid isPermaLink="true">https://json-server.dev/http-echo-servers-comparision/</guid><description>Discover the best echo server for debugging. Essential, efficient tools tailored to optimize your development process. Find your perfect match!</description><pubDate>Sat, 04 May 2024 00:00:00 GMT</pubDate></item><item><title>Why Mock Servers Are a Big Deal for Big Teams - Architecting Agility</title><link>https://json-server.dev/why-use-mock-servers/</link><guid isPermaLink="true">https://json-server.dev/why-use-mock-servers/</guid><description>Unlock rapid development and seamless integration with a mock server. Reduce dependencies between teams, and work in isolation in large software teams setup. Remove agile impediments.</description><pubDate>Thu, 28 Mar 2024 10:15:00 GMT</pubDate></item><item><title>CRUD APIs</title><link>https://json-server.dev/crud-guide/</link><guid isPermaLink="true">https://json-server.dev/crud-guide/</guid><description>This guide covers CRUD APIs, focusing on design, implementation, best practices, security, and performance, essential for building dynamic web services.</description><pubDate>Wed, 27 Mar 2024 03:00:00 GMT</pubDate></item><item><title>Introduction to Idempotency in APIs</title><link>https://json-server.dev/idempotency-in-apis/</link><guid isPermaLink="true">https://json-server.dev/idempotency-in-apis/</guid><description>Learn why idempotency is crucial, best practices for REST APIs, implementation strategies, and real-world examples. Enhance API reliability &amp; prevent duplicate operations with this expert guide.</description><pubDate>Wed, 20 Mar 2024 08:00:00 GMT</pubDate></item><item><title>How do I enable CORS on JSON-SERVER?</title><link>https://json-server.dev/json-server-cors/</link><guid isPermaLink="true">https://json-server.dev/json-server-cors/</guid><description>CORS (Cross-Origin Resource Sharing) is enabled by default on JSON-SERVER. However, if you need to customize CORS options, you can use middleware to modify the CORS headers.</description><pubDate>Thu, 15 Feb 2024 00:00:00 GMT</pubDate></item><item><title>CORS / Preflight - Explained With Example (2024)</title><link>https://json-server.dev/cors-documentation/</link><guid isPermaLink="true">https://json-server.dev/cors-documentation/</guid><description>Delve deep into Cross-Origin Resource Sharing (CORS), definition, the security issues it tackles, how it works at the HTTP protocol level, common developer mistakes, etc.</description><pubDate>Tue, 02 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Picking Single Tenancy and Multi Tenancy Architecture for Your SaaS Product</title><link>https://json-server.dev/saas-product-single-multi-tenancy/</link><guid isPermaLink="true">https://json-server.dev/saas-product-single-multi-tenancy/</guid><description>Discover the questions when deciding between Single Tenancy and Multi Tenancy architectures for your SaaS product. Your answers will shape performance, scalability, and competitiveness for your product.</description><pubDate>Thu, 26 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Website caching</title><link>https://json-server.dev/web-application-caching/</link><guid isPermaLink="true">https://json-server.dev/web-application-caching/</guid><description>How the caching in websites is speeding up your experience. In this comprehensive guide to Web caching checkout about types, benefits, and examples.</description><pubDate>Tue, 17 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Understanding RESTful APIs - An Architectural Foundation for Web Services</title><link>https://json-server.dev/rest-api-understanding/</link><guid isPermaLink="true">https://json-server.dev/rest-api-understanding/</guid><description>RESTful APIs use HTTP to create, read, update, and delete resources. They are stateless, adhere to REST constraints, and promote self-discoverability.</description><pubDate>Wed, 11 Oct 2023 00:00:00 GMT</pubDate></item><item><title>Forward Proxy vs Reverse Proxy [Differences]</title><link>https://json-server.dev/forward-vs-reverse-proxy/</link><guid isPermaLink="true">https://json-server.dev/forward-vs-reverse-proxy/</guid><description>Forward proxies and reverse proxies are both types of proxy servers used in networking and web communication, but they serve different purposes and are configured differently.</description><pubDate>Fri, 08 Sep 2023 00:00:00 GMT</pubDate></item><item><title>HTTP Testing and Debugging [Why &amp; When Do you Need]</title><link>https://json-server.dev/http-debugging/</link><guid isPermaLink="true">https://json-server.dev/http-debugging/</guid><description>Boost web app performance with HTTP testing &amp; debugging. Enhance developer productivity, secure REST APIs, &amp; overcome technical challenges.</description><pubDate>Wed, 06 Sep 2023 00:00:00 GMT</pubDate></item><item><title>HTTP Status Codes - An explanation for kids</title><link>https://json-server.dev/http-status-code/</link><guid isPermaLink="true">https://json-server.dev/http-status-code/</guid><description>How GET, POST, PUT, PATCH, and DELETE methods shape data interactions and empower you to design great API experiences. Read more here.</description><pubDate>Mon, 28 Aug 2023 00:00:00 GMT</pubDate></item><item><title>Harnessing JSON Server &amp; Mock APIs for Rapid Prototyping</title><link>https://json-server.dev/optimizing-frontend-workflow/</link><guid isPermaLink="true">https://json-server.dev/optimizing-frontend-workflow/</guid><description>Explore how to leverage Mock APIs  to streamline frontend development, test user interfaces, and gather valuable feedback early in the design phase.</description><pubDate>Sat, 12 Aug 2023 00:00:00 GMT</pubDate></item><item><title>HTTP Verbs - CRUD Operations In JSON Rest APIs</title><link>https://json-server.dev/rest-api-verbs/</link><guid isPermaLink="true">https://json-server.dev/rest-api-verbs/</guid><description>Discover the essential roles of HTTP verbs in JSON REST APIs. This guide offers a concise breakdown of GET, POST, PUT, PATCH, and DELETE methods, enabling you to design efficient and effective API interactions. Gain the expertise needed to optimize data retrieval, manipulation, and deletion within your JSON-based RESTful services.</description><pubDate>Thu, 06 Jul 2023 00:00:00 GMT</pubDate></item></channel></rss>