# JSON

How to Call JSON RPC API (3 Best Ways)
Calling JSON-RPC APIs is a fundamental aspect of modern web development. In this blog, we will explore two of the best methods to call JSON-RPC APIs, providing developers with insights into making seamless and effective API calls.

What is JSON-RPC(Remote Procedure Calls)?
JSON-RPC is a remote procedure call protocol that uses JSON for encoding and is used by many users. So what if you need to send a request or something to test the JSON-RPC API? In this article, we will show you how to send a JSON-RPC API request and validate the response.

How to Send JSON Post Request with Postman
JSON format is often used to transmit interface data. This article shows you how do you send JSON using Postman, no need to write any code.