Ask HN: Why isn’t JSON-RPC more widely adopted?

JSON-RPC / OpenRPC seems like a great option for APIs. Why isn’t it adopted more widely? Many of the APIs of projects I’ve worked with look like essentially like RPC style calls. The URLs are structured as action/method names to do specific things. I like many of the benefits to an RPC approach compared to REST, GraphQL, or gRPC-Web. Unfortunately, […]