JSON-RPC 0.1.0
An 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.

Read more...

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.

afJsonRpc.pod (34.69 kB)

Use

To use JSON-RPC in a Fantom project, add a dependency to the project's build.fan:

depends = ["sys 1.0", ..., "afJsonRpc 0.1.0 - 0.1"]

Documentation

Information

Meta information on the JSON-RPC pod:

Published by
Steve Eynon
Organisation
Fantom-Factory Ltd
Pod file size
34.69 kB
Licence
ISC
Built on
13th Jun 2021
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: