Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
JSON-RPC
Conversations
About
Group path
JSON-RPC
1–30 of 472
Welcome to the JSON-RPC discussion group.
Here we discuss the specification and implementation details.
Note to new members: to prevent spam/abuse your posts will need to be approved at first
Mark all as read
Report group
0 selected
Tony Lewis's profile photo
Tony Lewis
Jun 23
JSON RPC static library for Fortran proof of concept
I have created a static library that can be used with Fortran programs to act as a server with JSON
unread,
JSON RPC static library for Fortran proof of concept
I have created a static library that can be used with Fortran programs to act as a server with JSON
Jun 23
Yongfeng liu's profile photo
Yongfeng liu
Mar 16
share google-app-script-jsonrpc implementation
This is a old project in time, but I'd like to share with. https://github.com/michalliu/google-
unread,
share google-app-script-jsonrpc implementation
This is a old project in time, but I'd like to share with. https://github.com/michalliu/google-
Mar 16
Maxim Uvarov's profile photo
Maxim Uvarov
Feb 4
muRPC json-rpc bus implementation
Hello, I would like to share my JSON-RPC 2.0 bus C++ implementation. Source code is available here:
unread,
muRPC json-rpc bus implementation
Hello, I would like to share my JSON-RPC 2.0 bus C++ implementation. Source code is available here:
Feb 4
gggeek's profile photo
gggeek
2
11/12/25
New php sdk: phpxmlrpc/jsonrpc
Follow-up: the same debugger is also available at address https://tanoconsulting.com/sw/jsonrpc/
unread,
New php sdk: phpxmlrpc/jsonrpc
Follow-up: the same debugger is also available at address https://tanoconsulting.com/sw/jsonrpc/
11/12/25
ironside's profile photo
ironside
, ...
Martin Barker
6
5/30/25
Partial Sucess/Failure?
Reading through this, I concur that there are use cases for this sort of functionality. However, the
unread,
Partial Sucess/Failure?
Reading through this, I concur that there are use cases for this sort of functionality. However, the
5/30/25
Anuraag Agrawal's profile photo
Anuraag Agrawal
, ...
Matt (MPCM)
5
5/13/25
Metadata/headers for RPC messages
Hi Matt, Thanks for the insight. I think extension specs is basically maintaining the status quo,
unread,
Metadata/headers for RPC messages
Hi Matt, Thanks for the insight. I think extension specs is basically maintaining the status quo,
5/13/25
Patrick Kenny's profile photo
Patrick Kenny
,
Rast lol
2
9/22/24
Is bool a valid type for the response object result?
as per spec, it can be anything, including bool. also i don't know about PHP but js/json number
unread,
Is bool a valid type for the response object result?
as per spec, it can be anything, including bool. also i don't know about PHP but js/json number
9/22/24
Robert Poor's profile photo
Robert Poor
, ...
Aleksandras Novikovas
6
1/16/24
Is it legit to add fields to a request object?
Specs does not explicitly forbid any other request members. Therefore I would use your initial idea:
unread,
Is it legit to add fields to a request object?
Specs does not explicitly forbid any other request members. Therefore I would use your initial idea:
1/16/24
Robert Poor's profile photo
Robert Poor
,
Alex Efros
2
12/12/23
newcomer question: Generating JSON-RPCs from a descriptor language?
Hi! On Mon, Dec 11, 2023 at 06:08:41AM -0800, Robert Poor wrote: > Does something like this exist
unread,
newcomer question: Generating JSON-RPCs from a descriptor language?
Hi! On Mon, Dec 11, 2023 at 06:08:41AM -0800, Robert Poor wrote: > Does something like this exist
12/12/23
Robert Poor's profile photo
Robert Poor
,
Andrew Arnott
2
12/12/23
Routing paradigms for JSON-RPC?
For LSP (Language Server Protocol) we've had a need for a kind of fanning out of JSON-RPC
unread,
Routing paradigms for JSON-RPC?
For LSP (Language Server Protocol) we've had a need for a kind of fanning out of JSON-RPC
12/12/23
Alex Korotkov's profile photo
Alex Korotkov
, ...
Matt (MPCM)
4
10/26/23
Json-rpc request as recursive type
Hi, 'Fixing' the spec is not the right way to approach this, and sub-request concepts are
unread,
Json-rpc request as recursive type
Hi, 'Fixing' the spec is not the right way to approach this, and sub-request concepts are
10/26/23
Mustafa Yelmer's profile photo
Mustafa Yelmer
,
Brad Jones
2
10/9/23
Extending JSON RPC
I think you're misunderstanding what JSON-RPC is and isn't about. JSON-RPC doesn't care
unread,
Extending JSON RPC
I think you're misunderstanding what JSON-RPC is and isn't about. JSON-RPC doesn't care
10/9/23
Mirek Rusin's profile photo
Mirek Rusin
, ...
Brad Jones
3
6/24/23
RFC process?
I would +1 some method for collaboration beyond the discuss group. I also use JSON:API extensively
unread,
RFC process?
I would +1 some method for collaboration beyond the discuss group. I also use JSON:API extensively
6/24/23
Brad Jones's profile photo
Brad Jones
6/24/23
Clarify language in error section
Section 5.1 regarding error objects states, "The remainder of the space is available for
unread,
Clarify language in error section
Section 5.1 regarding error objects states, "The remainder of the space is available for
6/24/23
Alfie John (alfiedotwtf)'s profile photo
Alfie John (alfiedotwtf)
,
Matt (MPCM)
2
3/11/23
Tiny grammar fix in Version 2.0 spec
Thanks, I'll add that to the list of minor corrections to get updated. :) On Tuesday, January 10,
unread,
Tiny grammar fix in Version 2.0 spec
Thanks, I'll add that to the list of minor corrections to get updated. :) On Tuesday, January 10,
3/11/23
Dwayne Crooks's profile photo
Dwayne Crooks
,
Matt (MPCM)
2
1/1/23
Clarification wanted on request object method names
It is a valid request object. But if you were building a public facing jsonrpc end point, that part
unread,
Clarification wanted on request object method names
It is a valid request object. But if you were building a public facing jsonrpc end point, that part
1/1/23
Kim Dohyeop's profile photo
Kim Dohyeop
,
Matt (MPCM)
3
1/1/23
How about adding a Korean translation of JSON-RPC 2.0 spec?
Hi. This is the final draft. Please note that I'm not a professional translator which means,
unread,
How about adding a Korean translation of JSON-RPC 2.0 spec?
Hi. This is the final draft. Please note that I'm not a professional translator which means,
1/1/23
Davyd Kohut's profile photo
Davyd Kohut
11/9/22
Super simple server for Node.js
Hello! I want to share with you very simple JSON-RPC server implementation for Node.js with HTTP and
unread,
Super simple server for Node.js
Hello! I want to share with you very simple JSON-RPC server implementation for Node.js with HTTP and
11/9/22
disgarmonik's profile photo
disgarmonik
10/28/22
How to add custom error resolver?
Please, help! How can I add custom error resolver for Spring Boot JSON-RPC server?
unread,
How to add custom error resolver?
Please, help! How can I add custom error resolver for Spring Boot JSON-RPC server?
10/28/22
Bruno Caruso's profile photo
Bruno Caruso
9/22/22
JSON RPC on internal google ad manager API
hi everyone, i'm trying to create custom pricing rules on Google Ad Manager programatically, but
unread,
JSON RPC on internal google ad manager API
hi everyone, i'm trying to create custom pricing rules on Google Ad Manager programatically, but
9/22/22
Per Mildner's profile photo
Per Mildner
,
Matt (MPCM)
2
9/14/22
Minor layout issue in the 2.0 specification (Section 4, "id" member)
Good catch, I'll see about getting it updated to align correctly. On Wednesday, September 14,
unread,
Minor layout issue in the 2.0 specification (Section 4, "id" member)
Good catch, I'll see about getting it updated to align correctly. On Wednesday, September 14,
9/14/22
Neha Badhan's profile photo
Neha Badhan
8/23/22
C Program to send JSON-RPC command to RDKV stack
I want to write ac program to send JSON-RPC to RDKV stack please help me in this
unread,
C Program to send JSON-RPC command to RDKV stack
I want to write ac program to send JSON-RPC to RDKV stack please help me in this
8/23/22
Doug Averch's profile photo
Doug Averch
7/5/22
Download jar
I am currently using jabsorb-1.3.2.jar. I would like to download and test the jsonrpc4j.jar file with
unread,
Download jar
I am currently using jabsorb-1.3.2.jar. I would like to download and test the jsonrpc4j.jar file with
7/5/22
Gandalf Corvotempesta's profile photo
Gandalf Corvotempesta
,
Andrew Arnott
4
5/29/22
multiple responses or notification from server to clients
Right: the server can send notifications to the client whenever it wants. In fact JSON-RPC is
unread,
multiple responses or notification from server to clients
Right: the server can send notifications to the client whenever it wants. In fact JSON-RPC is
5/29/22
V DG's profile photo
V DG
, ...
Andrew Arnott
3
4/5/22
Json-rpc response version number
If the request fails to even parse as valid JSON, the client or connection is badly broken and I
unread,
Json-rpc response version number
If the request fails to even parse as valid JSON, the client or connection is badly broken and I
4/5/22
Prem Patel's profile photo
Prem Patel
3/23/22
Whats the best way to handle changing the data type of a request and response objects attributes
Hi, I have a situation where I needed to migrate my codebase from using Joda time to Java 8 date time
unread,
Whats the best way to handle changing the data type of a request and response objects attributes
Hi, I have a situation where I needed to migrate my codebase from using Joda time to Java 8 date time
3/23/22
Mathieu's profile photo
Mathieu
, ...
Matt (MPCM)
3
12/14/21
Client <> Server role clarification
As David posted, ... but to go even further: "One implementation of this specification could
unread,
Client <> Server role clarification
As David posted, ... but to go even further: "One implementation of this specification could
12/14/21
Doston Rakhimov's profile photo
Doston Rakhimov
12/14/21
jsonrpc4j
Hello I use jsonrpc4, but 2021年12月09日 16:16:06.397 ERROR 7964 --- [ main] cgjsonrpc4j.
unread,
jsonrpc4j
Hello I use jsonrpc4, but 2021年12月09日 16:16:06.397 ERROR 7964 --- [ main] cgjsonrpc4j.
12/14/21
Sameer Bogawat's profile photo
Sameer Bogawat
12/14/21
Java Application Support both REST & JSON-RPC Endpoints ?
Hi All , My first question here - I have an existing Spring boot application which support REST APIs.
unread,
Java Application Support both REST & JSON-RPC Endpoints ?
Hi All , My first question here - I have an existing Spring boot application which support REST APIs.
12/14/21
Astha Nihar's profile photo
Astha Nihar
10/18/21
Getting started with JSON RPC on Eclipse.
Hello, this is Astha. I recently joined this group. I develop my JAVA projects on Eclipse. JSON-RPC
unread,
Getting started with JSON RPC on Eclipse.
Hello, this is Astha. I recently joined this group. I develop my JAVA projects on Eclipse. JSON-RPC
10/18/21
AltStyle
によって変換されたページ
(->オリジナル)
/
アドレス:
モード:
デフォルト
音声ブラウザ
ルビ付き
配色反転
文字拡大
モバイル