JSON-RPC 1.0.2An implementation of the JSON-RPC v2.0 specification
An implementation of the JSON-RPC v2.0 specification.
JSON-RPC is used by the Language Server Protocol (LSP) to serialise messages.
Use JSON-RPC to invoke methods on a class instance.
Install
To install JSON-RPC with Fantom Pod Manager, cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install JSON-RPC with the Fantom Repository Manager (fanr), cut'n'paste the following into a cmd prompt, terminal or shell:
Or to install manually, download the pod file and copy it to the %FAN_HOME%/lib/fan/
directory.
Use
To use JSON-RPC in a Fantom project, add a dependency to the project's build.fan
:
depends = ["sys 1.0", ..., "afJsonRpc 1.0.2 - 1.0"]
Documentation
Information
Meta information on the JSON-RPC pod:
- Published by
- Steve Eynon
- Organisation
- Fantom-Factory Ltd
- Pod file size
- 37.27 kB
- Licence
- ISC
- Built on
- 11th Nov 2022
- Source code
- via Git at https://github.com/Fantom-Factory/afJsonRpc
- Depends on
- sys, util
- Referenced by
- Javascript Compatible
- No
Dependency Graph
Use mouse to re-position pods
Release History
There have been 3 releases of JSON-RPC: