What is JSON-RPC and JSON-RPC-Java?
Answer / Tarun Yadav
JSON-RPC (JSON Remote Procedure Call) is a remote procedure call technique in which a procedure or subroutine call is performed by providing via Internet-standard HTTP between two machines. It is called 'remote' because the client and server are running on different machines, possibly on opposite ends of the world. JSON-RPC-Java is a Java implementation for JSON-RPC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use json in php?
Explain json with php?
Is json markup language?
Explain how you can convert a string into a JSON Array?
What is json call?
How to convert JSON Text to a JavaScript Object?
What are the similarities between json and xml?
What is MIME type for JSON?
Who is the Father of JSON ?
what are natively supported json types?
What are different ways to create objects?
Explain jsonp in a simple language.