Groups
Sign in
Groups
JSON-RPC
Conversations
About
Send feedback
Help
JSON-RPC
Contact owners and managers
1–30 of 466
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
Patrick Kenny
,
Rast lol
2
Sep 21
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
Sep 21
Robert Poor
, …
Aleksandras Novikovas
6
Jan 15
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:
Jan 15
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
,
Andrew Arnott
2
12/11/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/11/23
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
,
Brad Jones
2
10/8/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/8/23
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
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)
,
Matt (MPCM)
2
3/10/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/10/23
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
,
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
11/8/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/8/22
disgarmonik
10/27/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/27/22
Bruno Caruso
9/21/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/21/22
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
8/22/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/22/22
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
,
Andrew Arnott
4
5/28/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/28/22
V DG
, …
Andrew Arnott
3
4/4/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/4/22
Prem Patel
3/22/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/22/22
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
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
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
10/17/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/17/21
Pavel Korchagin
10/12/21
JsonObjects and JsonArrays as params
Hi all. Try to use for Android. If I add JsonArray (or JsonObject) as a param I can see just {} in
unread,
JsonObjects and JsonArrays as params
Hi all. Try to use for Android. If I add JsonArray (or JsonObject) as a param I can see just {} in
10/12/21
Rast lol
5/11/21
OpenTelemetry tracing conventions
Hello. OpenTelemetry recently merged my patch to support JSONRPC-specific tags for tracing spans.
unread,
OpenTelemetry tracing conventions
Hello. OpenTelemetry recently merged my patch to support JSONRPC-specific tags for tracing spans.
5/11/21
Martin Barker
,
Aleksandras Novikovas
5
4/27/21
Can we add support for JSON-Schema
Hello again, 1) I would agree with the 2 versions strict and exact might be the better way to go. I
unread,
Can we add support for JSON-Schema
Hello again, 1) I would agree with the 2 versions strict and exact might be the better way to go. I
4/27/21
E. Madison Bray
, …
welfor...@gmail.com
4
4/25/21
Website broken link
There are a few but I would highly recommend you don't use one, JSON RPC is lightweight adding a
unread,
Website broken link
There are a few but I would highly recommend you don't use one, JSON RPC is lightweight adding a
4/25/21
Rajib Das
, …
welfor...@gmail.com
3
4/25/21
JSON-RPC integration with OpenDayLight
So Firstly, to the OP I would say that is well out of the scope of this group you would need to speak
unread,
JSON-RPC integration with OpenDayLight
So Firstly, to the OP I would say that is well out of the scope of this group you would need to speak
4/25/21
Eric W
4/24/21
Any RFC drafts?
JSON-RPC 2.0 seems pretty well established, standardized and becoming increasingly prevalent. Has
unread,
Any RFC drafts?
JSON-RPC 2.0 seems pretty well established, standardized and becoming increasingly prevalent. Has
4/24/21