Closed lifeofpavs closed 5 days ago
Good catch @lifeofpavs !
Good catch @lifeofpavs !
- I removed integer as JSON doesn't have integers, just IEEE numbers, as the spec mentions.
- Can you add something like 'should be a string or integer, or in rare cases may be null' or something else that captures what the spec says about null?
- Why is this a draft PR?
Hey @mikemaccana ! Sure, will do. I started doing it and wanted to review it again before marking it ready for review. Thanks for the comments! Will update ASAP
@mikemaccana updated!
This pull request has been automatically marked as stale because it has not had recent activity. Remove stale label or comment or this will be closed in 7 days.
Updating description of id key according to
JSON -RPC 2.0
SpecificationProblem
id
key definition possible values are not correctly specified in the docsSummary of Changes
Add correct description for the values
Fixes #